#B5479D

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

Shades of Mulberry #B5479D

Tints of Mulberry #B5479D

Color information

#B5479D (or 0xB5479D) is unknown color: approx Mulberry. HEX triplet: B5, 47 and 9D. RGB value is (181,71,157). Sum of RGB (Red+Green+Blue) = 181+71+157=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5479D is #4AB862. Grayscale: #717171. Windows color (decimal): -4896867 or 10307509. OLE color: 10307509.

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

Color convert

RGB18171157-
CMYK00.610.130.29
HSL313.09º43.65%49.41%-
HSV(B)313.09º60.77%70.98%-
XYZ27.416.7633.69-
YUV113.69152.44176.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=44.25%
G=17.36%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817115700.610.130.29313.0943.6549.41
HexB5479D03DD1D1392c31
Octal26510723507515354715461
Binary101101011000111100111010111101110111101100111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5479D; }

 p { color: rgb(181,71,157); }

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

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

 a { background-color: rgb(181,71,157); }

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

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

 span { border-color: rgb(181,71,157); }

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