Html Css Color HEX #BB5686 Mulberry

📋 copy color: '#BB5686'

red 187 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #BB5686

Tints of Mulberry #BB5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 45.95%
G = 21.13%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB5686 (or 0xBB5686) is known color: Mulberry. HEX triplet: BB, 56 and 86. RGB value is (187,86,134). Sum of RGB (Red+Green+Blue) = 187+86+134=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5686 is #44A979. Grayscale: #797979. Windows color (decimal): -4499834 or 8804027. OLE color: 8804027.

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

Color convert

RGB 187 86 134 -
CMYK 0 0.54 0.28 0.27
HSL 331.49º 0.43% 0.54% -
HSV(B) 331.49º 0.54% 0.73% -
XYZ 28.12 18.94 24.73 -
YUV 121.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 187 86 134 0 0.54 0.28 0.27 331.49 0.43 0.54
Hex BB 56 86 0 36 1C 1B 14B 2B 36
Octal 273 126 206 0 66 34 33 513 53 66
Binary 10111011 1010110 10000110 0 110110 11100 11011 101001011 101011 110110

Color Harmonies of #BB5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5686

Black with #BB5686

Text Example


Text Example

White with #BB5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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