#B5499E

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

Shades of Mulberry #B5499E

Tints of Mulberry #B5499E

Color information

#B5499E (or 0xB5499E) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 9E. RGB value is (181,73,158). Sum of RGB (Red+Green+Blue) = 181+73+158=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5499E is #4AB661. Grayscale: #727272. Windows color (decimal): -4896354 or 10373557. OLE color: 10373557.

HSL color Cylindrical-coordinate representation of color #B5499E: hue angle of 312.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5499E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18173158-
CMYK00.600.130.29
HSL312.78º42.52%49.8%-
HSV(B)312.78º59.67%70.98%-
XYZ27.6117.0634.18-
YUV114.98152.28175.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=43.93%
G=17.72%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817315800.600.130.29312.7842.5249.8
HexB5499E03CD1D1392b32
Octal26511123607415354715362
Binary101101011001001100111100111100110111101100111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5499E; }

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

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

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

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

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

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

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

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