Html Css Color HEX #BB5989 Mulberry

📋 copy color: '#BB5989'

red 187 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #BB5989

Tints of Mulberry #BB5989

RGB

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

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

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

R = 45.28%
G = 21.55%
B = 33.17%

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

#BB5989 (or 0xBB5989) is known color: Mulberry. HEX triplet: BB, 59 and 89. RGB value is (187,89,137). Sum of RGB (Red+Green+Blue) = 187+89+137=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5989 is #44A676. Grayscale: #7B7B7B. Windows color (decimal): -4499063 or 9001403. OLE color: 9001403.

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

Color convert

RGB 187 89 137 -
CMYK 0 0.52 0.27 0.27
HSL 330.61º 0.42% 0.54% -
HSV(B) 330.61º 0.52% 0.73% -
XYZ 28.58 19.52 25.93 -
YUV 123.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 187 89 137 0 0.52 0.27 0.27 330.61 0.42 0.54
Hex BB 59 89 0 34 1B 1B 14B 2A 36
Octal 273 131 211 0 64 33 33 513 52 66
Binary 10111011 1011001 10001001 0 110100 11011 11011 101001011 101010 110110

Color Harmonies of #BB5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5989

Black with #BB5989

Text Example


Text Example

White with #BB5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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