Html Css Color HEX #BB5489 Mulberry

📋 copy color: '#BB5489'

red 187 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #BB5489

Tints of Mulberry #BB5489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 45.83%
G = 20.59%
B = 33.58%

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

#BB5489 (or 0xBB5489) is known color: Mulberry. HEX triplet: BB, 54 and 89. RGB value is (187,84,137). Sum of RGB (Red+Green+Blue) = 187+84+137=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5489 is #44AB76. Grayscale: #787878. Windows color (decimal): -4500343 or 9000123. OLE color: 9000123.

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

Color convert

RGB 187 84 137 -
CMYK 0 0.55 0.27 0.27
HSL 329.13º 0.43% 0.53% -
HSV(B) 329.13º 0.55% 0.73% -
XYZ 28.18 18.71 25.79 -
YUV 120.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 187 84 137 0 0.55 0.27 0.27 329.13 0.43 0.53
Hex BB 54 89 0 37 1B 1B 149 2B 35
Octal 273 124 211 0 67 33 33 511 53 65
Binary 10111011 1010100 10001001 0 110111 11011 11011 101001001 101011 110101

Color Harmonies of #BB5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5489

Black with #BB5489

Text Example


Text Example

White with #BB5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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