Html Css Color HEX #BB5988 Mulberry

📋 copy color: '#BB5988'

red 187 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #BB5988

Tints of Mulberry #BB5988

RGB

 RED value IS 187 (73.44% from 255) = 45.39%

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 45.39%
G = 21.6%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB5988 (or 0xBB5988) is known color: Mulberry. HEX triplet: BB, 59 and 88. RGB value is (187,89,136). Sum of RGB (Red+Green+Blue) = 187+89+136=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5988 is #44A677. Grayscale: #7B7B7B. Windows color (decimal): -4499064 or 8935867. OLE color: 8935867.

HSL color Cylindrical-coordinate representation of color #BB5988: hue angle of 331.22º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5988 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 136 -
CMYK 0 0.52 0.27 0.27
HSL 331.22º 0.42% 0.54% -
HSV(B) 331.22º 0.52% 0.73% -
XYZ 28.51 19.49 25.55 -
YUV 123.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 187 89 136 0 0.52 0.27 0.27 331.22 0.42 0.54
Hex BB 59 88 0 34 1B 1B 14B 2A 36
Octal 273 131 210 0 64 33 33 513 52 66
Binary 10111011 1011001 10001000 0 110100 11011 11011 101001011 101010 110110

Color Harmonies of #BB5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5988

Black with #BB5988

Text Example


Text Example

White with #BB5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5988; }

 p { color: rgb(187,89,136); }

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

background-color css

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

 a { background-color: rgb(187,89,136); }

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

border-color css

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

 span { border-color: rgb(187,89,136); }

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