Html Css Color HEX #BB5986 Mulberry

📋 copy color: '#BB5986'

red 187 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #BB5986

Tints of Mulberry #BB5986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 45.61%
G = 21.71%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB5986 (or 0xBB5986) is known color: Mulberry. HEX triplet: BB, 59 and 86. RGB value is (187,89,134). Sum of RGB (Red+Green+Blue) = 187+89+134=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5986 is #44A679. Grayscale: #7B7B7B. Windows color (decimal): -4499066 or 8804795. OLE color: 8804795.

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

Color convert

RGB 187 89 134 -
CMYK 0 0.52 0.28 0.27
HSL 332.45º 0.42% 0.54% -
HSV(B) 332.45º 0.52% 0.73% -
XYZ 28.37 19.43 24.81 -
YUV 123.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 187 89 134 0 0.52 0.28 0.27 332.45 0.42 0.54
Hex BB 59 86 0 34 1C 1B 14C 2A 36
Octal 273 131 206 0 64 34 33 514 52 66
Binary 10111011 1011001 10000110 0 110100 11100 11011 101001100 101010 110110

Color Harmonies of #BB5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5986

Black with #BB5986

Text Example


Text Example

White with #BB5986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5986; }

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

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

background-color css

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

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

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

border-color css

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

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

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