Html Css Color HEX #B55588 Mulberry

📋 copy color: '#B55588'

red 181 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #B55588

Tints of Mulberry #B55588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 45.02%
G = 21.14%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B55588 (or 0xB55588) is known color: Mulberry. HEX triplet: B5, 55 and 88. RGB value is (181,85,136). Sum of RGB (Red+Green+Blue) = 181+85+136=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55588 is #4AAA77. Grayscale: #777777. Windows color (decimal): -4893304 or 8934837. OLE color: 8934837.

HSL color Cylindrical-coordinate representation of color #B55588: hue angle of 328.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55588 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 136 -
CMYK 0 0.53 0.25 0.29
HSL 328.13º 0.39% 0.52% -
HSV(B) 328.13º 0.53% 0.71% -
XYZ 26.75 18.1 25.38 -
YUV 119.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 181 85 136 0 0.53 0.25 0.29 328.13 0.39 0.52
Hex B5 55 88 0 35 19 1D 148 27 34
Octal 265 125 210 0 65 31 35 510 47 64
Binary 10110101 1010101 10001000 0 110101 11001 11101 101001000 100111 110100

Color Harmonies of #B55588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55588

Black with #B55588

Text Example


Text Example

White with #B55588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55588; }

 p { color: rgb(181,85,136); }

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

background-color css

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

 a { background-color: rgb(181,85,136); }

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

border-color css

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

 span { border-color: rgb(181,85,136); }

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