Html Css Color HEX #BB5186 Mulberry

📋 copy color: '#BB5186'

red 187 ◦ green 81 ◦ blue 134

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

Shades of Mulberry #BB5186

Tints of Mulberry #BB5186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

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

R = 46.52%
G = 20.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB5186 (or 0xBB5186) is known color: Mulberry. HEX triplet: BB, 51 and 86. RGB value is (187,81,134). Sum of RGB (Red+Green+Blue) = 187+81+134=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5186 is #44AE79. Grayscale: #767676. Windows color (decimal): -4501114 or 8802747. OLE color: 8802747.

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

Color convert

RGB 187 81 134 -
CMYK 0 0.57 0.28 0.27
HSL 330º 0.44% 0.53% -
HSV(B) 330º 0.57% 0.73% -
XYZ 27.74 18.17 24.6 -
YUV 118.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 187 81 134 0 0.57 0.28 0.27 330 0.44 0.53
Hex BB 51 86 0 39 1C 1B 14A 2C 35
Octal 273 121 206 0 71 34 33 512 54 65
Binary 10111011 1010001 10000110 0 111001 11100 11011 101001010 101100 110101

Color Harmonies of #BB5186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5186

Black with #BB5186

Text Example


Text Example

White with #BB5186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5186; }

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

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

background-color css

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

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

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

border-color css

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

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

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