#b9549e

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

Shades of Mulberry #B9549E

Tints of Mulberry #B9549E

Color information

#B9549E (or 0xB9549E) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 9E. RGB value is (185,84,158). Sum of RGB (Red+Green+Blue) = 185+84+158=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9549E is #46AB61. Grayscale: #7A7A7A. Windows color (decimal): -4631394 or 10376377. OLE color: 10376377.

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

Color convert

RGB18584158-
CMYK00.550.150.27
HSL316.04º41.91%52.75%-
HSV(B)316.04º54.59%72.55%-
XYZ29.3519.1234.49-
YUV122.64147.96172.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=43.33%
G=19.67%
B=37.00%

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
Decimal1858415800.550.150.27316.0441.9152.75
HexB9549E037F1B13c2a35
Octal27112423606717334745265
Binary101110011010100100111100110111111111011100111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9549e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9549e; }

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

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

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

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

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

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

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

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