#B5509E

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

Shades of Mulberry #B5509E

Tints of Mulberry #B5509E

Color information

#B5509E (or 0xB5509E) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 9E. RGB value is (181,80,158). Sum of RGB (Red+Green+Blue) = 181+80+158=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5509E is #4AAF61. Grayscale: #767676. Windows color (decimal): -4894562 or 10375349. OLE color: 10375349.

HSL color Cylindrical-coordinate representation of color #B5509E: hue angle of 313.66º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5509E is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18180158-
CMYK00.560.130.29
HSL313.66º40.56%51.18%-
HSV(B)313.66º55.8%70.98%-
XYZ28.118.0334.35-
YUV119.09149.96172.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=43.20%
G=19.09%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818015800.560.130.29313.6640.5651.18
HexB5509E038D1D13a2933
Octal26512023607015354725163
Binary101101011010000100111100111000110111101100111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5509E; }

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

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

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

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

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

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

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

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