Html Css Color HEX #BB5588 Mulberry

📋 copy color: '#BB5588'

red 187 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #BB5588

Tints of Mulberry #BB5588

RGB

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

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

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

R = 45.83%
G = 20.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB5588 (or 0xBB5588) is known color: Mulberry. HEX triplet: BB, 55 and 88. RGB value is (187,85,136). Sum of RGB (Red+Green+Blue) = 187+85+136=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5588 is #44AA77. Grayscale: #797979. Windows color (decimal): -4500088 or 8934843. OLE color: 8934843.

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

Color convert

RGB 187 85 136 -
CMYK 0 0.55 0.27 0.27
HSL 330º 0.43% 0.53% -
HSV(B) 330º 0.55% 0.73% -
XYZ 28.19 18.84 25.44 -
YUV 121.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 187 85 136 0 0.55 0.27 0.27 330 0.43 0.53
Hex BB 55 88 0 37 1B 1B 14A 2B 35
Octal 273 125 210 0 67 33 33 512 53 65
Binary 10111011 1010101 10001000 0 110111 11011 11011 101001010 101011 110101

Color Harmonies of #BB5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5588

Black with #BB5588

Text Example


Text Example

White with #BB5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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