Html Css Color HEX #B55092 Mulberry

📋 copy color: '#B55092'

red 181 ◦ green 80 ◦ blue 146

#B55092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B55092

Tints of Mulberry #B55092

RGB

 RED value IS 181 (71.09% from 255) = 44.47%

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 44.47%
G = 19.66%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B55092 (or 0xB55092) is known color: Mulberry. HEX triplet: B5, 50 and 92. RGB value is (181,80,146). Sum of RGB (Red+Green+Blue) = 181+80+146=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55092 is #4AAF6D. Grayscale: #757575. Windows color (decimal): -4894574 or 9588917. OLE color: 9588917.

HSL color Cylindrical-coordinate representation of color #B55092: hue angle of 320.79º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55092 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 146 -
CMYK 0 0.56 0.19 0.29
HSL 320.79º 0.41% 0.51% -
HSV(B) 320.79º 0.56% 0.71% -
XYZ 27.11 17.64 29.17 -
YUV 117.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 181 80 146 0 0.56 0.19 0.29 320.79 0.41 0.51
Hex B5 50 92 0 38 13 1D 141 29 33
Octal 265 120 222 0 70 23 35 501 51 63
Binary 10110101 1010000 10010010 0 111000 10011 11101 101000001 101001 110011

Color Harmonies of #B55092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55092

Black with #B55092

Text Example


Text Example

White with #B55092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55092; }

 p { color: rgb(181,80,146); }

 H1.HeaderClassName
 {
   color: #B55092;
 }
 .AnyTagClassName
 {
   color: #B55092;
 }
</style>

background-color css

<style>
 a { background-color: #B55092; }

 a { background-color: rgb(181,80,146); }

 div.DivClassName
 {
   background-color: #B55092;
 }
 .BgClassName
 {
   background-color: #B55092;
 }
</style>

border-color css

<style>
 span { border-color: #B55092; }

 span { border-color: rgb(181,80,146); }

 td.TdClassName
 {
   border-color: #B55092;
 }
 .TagClassName
 {
   border-color: #B55092;
 }
</style>