Html Css Color HEX #BB5488 Mulberry

📋 copy color: '#BB5488'

red 187 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #BB5488

Tints of Mulberry #BB5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 45.95%
G = 20.64%
B = 33.42%

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

#BB5488 (or 0xBB5488) is known color: Mulberry. HEX triplet: BB, 54 and 88. RGB value is (187,84,136). Sum of RGB (Red+Green+Blue) = 187+84+136=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5488 is #44AB77. Grayscale: #787878. Windows color (decimal): -4500344 or 8934587. OLE color: 8934587.

HSL color Cylindrical-coordinate representation of color #BB5488: hue angle of 329.71º 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 #BB5488 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 136 -
CMYK 0 0.55 0.27 0.27
HSL 329.71º 0.43% 0.53% -
HSV(B) 329.71º 0.55% 0.73% -
XYZ 28.11 18.68 25.42 -
YUV 120.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 187 84 136 0 0.55 0.27 0.27 329.71 0.43 0.53
Hex BB 54 88 0 37 1B 1B 14A 2B 35
Octal 273 124 210 0 67 33 33 512 53 65
Binary 10111011 1010100 10001000 0 110111 11011 11011 101001010 101011 110101

Color Harmonies of #BB5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5488

Black with #BB5488

Text Example


Text Example

White with #BB5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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