#B5439E

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

Shades of Mulberry #B5439E

Tints of Mulberry #B5439E

Color information

#B5439E (or 0xB5439E) is unknown color: approx Mulberry. HEX triplet: B5, 43 and 9E. RGB value is (181,67,158). Sum of RGB (Red+Green+Blue) = 181+67+158=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5439E is #4ABC61. Grayscale: #6F6F6F. Windows color (decimal): -4897890 or 10372021. OLE color: 10372021.

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

Color convert

RGB18167158-
CMYK00.630.130.29
HSL312.11º45.97%48.63%-
HSV(B)312.11º62.98%70.98%-
XYZ27.2316.3134.06-
YUV111.46154.27177.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 67 (26.56% from 255) = 16.50%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=44.58%
G=16.50%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816715800.630.130.29312.1145.9748.63
HexB5439E03FD1D1382e31
Octal26510323607715354705661
Binary101101011000011100111100111111110111101100111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5439E; }

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

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

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

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

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

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

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

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