#B5499B

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

Shades of Mulberry #B5499B

Tints of Mulberry #B5499B

Color information

#B5499B (or 0xB5499B) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 9B. RGB value is (181,73,155). Sum of RGB (Red+Green+Blue) = 181+73+155=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5499B is #4AB664. Grayscale: #727272. Windows color (decimal): -4896357 or 10176949. OLE color: 10176949.

HSL color Cylindrical-coordinate representation of color #B5499B: hue angle of 314.44º 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 #B5499B is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18173155-
CMYK00.600.140.29
HSL314.44º42.52%49.8%-
HSV(B)314.44º59.67%70.98%-
XYZ27.3516.9632.84-
YUV114.64150.78175.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=44.25%
G=17.85%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817315500.600.140.29314.4442.5249.8
HexB5499B03CE1D13a2b32
Octal26511123307416354725362
Binary101101011001001100110110111100111011101100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5499B; }

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

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

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

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

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

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

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

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