#B7479F

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

Shades of Mulberry #B7479F

Tints of Mulberry #B7479F

Color information

#B7479F (or 0xB7479F) is unknown color: approx Mulberry. HEX triplet: B7, 47 and 9F. RGB value is (183,71,159). Sum of RGB (Red+Green+Blue) = 183+71+159=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7479F is #48B860. Grayscale: #727272. Windows color (decimal): -4765793 or 10438583. OLE color: 10438583.

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

Color convert

RGB18371159-
CMYK00.610.130.28
HSL312.86º44.09%49.8%-
HSV(B)312.86º61.2%71.76%-
XYZ28.0417.0834.62-
YUV114.52153.11176.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=44.31%
G=17.19%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837115900.610.130.28312.8644.0949.8
HexB7479F03DD1C1392c32
Octal26710723707515344715462
Binary101101111000111100111110111101110111100100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7479F; }

 p { color: rgb(183,71,159); }

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

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

 a { background-color: rgb(183,71,159); }

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

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

 span { border-color: rgb(183,71,159); }

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