Html Css Color HEX #BB5486 Mulberry

📋 copy color: '#BB5486'

red 187 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #BB5486

Tints of Mulberry #BB5486

RGB

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

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

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

R = 46.17%
G = 20.74%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB5486 (or 0xBB5486) is known color: Mulberry. HEX triplet: BB, 54 and 86. RGB value is (187,84,134). Sum of RGB (Red+Green+Blue) = 187+84+134=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5486 is #44AB79. Grayscale: #787878. Windows color (decimal): -4500346 or 8803515. OLE color: 8803515.

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

Color convert

RGB 187 84 134 -
CMYK 0 0.55 0.28 0.27
HSL 330.87º 0.43% 0.53% -
HSV(B) 330.87º 0.55% 0.73% -
XYZ 27.97 18.63 24.68 -
YUV 120.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 187 84 134 0 0.55 0.28 0.27 330.87 0.43 0.53
Hex BB 54 86 0 37 1C 1B 14B 2B 35
Octal 273 124 206 0 67 34 33 513 53 65
Binary 10111011 1010100 10000110 0 110111 11100 11011 101001011 101011 110101

Color Harmonies of #BB5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5486

Black with #BB5486

Text Example


Text Example

White with #BB5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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