#B9509E

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

Shades of Mulberry #B9509E

Tints of Mulberry #B9509E

Color information

#B9509E (or 0xB9509E) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 9E. RGB value is (185,80,158). Sum of RGB (Red+Green+Blue) = 185+80+158=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509E is #46AF61. Grayscale: #787878. Windows color (decimal): -4632418 or 10375353. OLE color: 10375353.

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

Color convert

RGB18580158-
CMYK00.570.150.27
HSL315.43º42.86%51.96%-
HSV(B)315.43º56.76%72.55%-
XYZ29.0518.5234.39-
YUV120.29149.29174.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=43.74%
G=18.91%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858015800.570.150.27315.4342.8651.96
HexB9509E039F1B13b2b34
Octal27112023607117334735364
Binary101110011010000100111100111001111111011100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9509E; }

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

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

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

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

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

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

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

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