#BB549F

Color #BB549F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BB549F

Tints of Mulberry #BB549F

Color information

#BB549F (or 0xBB549F) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 9F. RGB value is (187,84,159). Sum of RGB (Red+Green+Blue) = 187+84+159=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549F is #44AB60. Grayscale: #7B7B7B. Windows color (decimal): -4500321 or 10441915. OLE color: 10441915.

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

Color convert

RGB18784159-
CMYK00.550.150.27
HSL316.31º43.1%53.14%-
HSV(B)316.31º55.08%73.33%-
XYZ29.9219.4134.97-
YUV123.35148.12173.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=43.49%
G=19.53%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878415900.550.150.27316.3143.153.14
HexBB549F037F1B13c2b35
Octal27312423706717334745365
Binary101110111010100100111110110111111111011100111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB549F; }

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

 H1.HeaderClassName
 {
   color: #BB549F;
 }
 .AnyTagClassName
 {
   color: #BB549F;
 }
</style>
background-color css

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

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

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

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

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

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