#BB549E

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

Shades of Mulberry #BB549E

Tints of Mulberry #BB549E

Color information

#BB549E (or 0xBB549E) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 9E. RGB value is (187,84,158). Sum of RGB (Red+Green+Blue) = 187+84+158=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549E is #44AB61. Grayscale: #7B7B7B. Windows color (decimal): -4500322 or 10376379. OLE color: 10376379.

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

Color convert

RGB18784158-
CMYK00.550.160.27
HSL316.89º43.1%53.14%-
HSV(B)316.89º55.08%73.33%-
XYZ29.8419.3734.51-
YUV123.23147.62173.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=43.59%
G=19.58%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878415800.550.160.27316.8943.153.14
HexBB549E037101B13d2b35
Octal27312423606720334755365
Binary1011101110101001001111001101111000011011100111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB549E; }

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

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

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

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

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

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

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

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