#b4479c

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

Shades of Mulberry #B4479C

Tints of Mulberry #B4479C

Color information

#B4479C (or 0xB4479C) is unknown color: approx Mulberry. HEX triplet: B4, 47 and 9C. RGB value is (180,71,156). Sum of RGB (Red+Green+Blue) = 180+71+156=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4479C is #4BB863. Grayscale: #717171. Windows color (decimal): -4962404 or 10241972. OLE color: 10241972.

HSL color Cylindrical-coordinate representation of color #B4479C: hue angle of 313.21º degrees, saturation: 0.43, 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 #B4479C is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18071156-
CMYK00.610.130.29
HSL313.21º43.43%49.22%-
HSV(B)313.21º60.56%70.59%-
XYZ27.0816.6133.23-
YUV113.28152.11175.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=44.23%
G=17.44%
B=38.33%

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
Decimal1807115600.610.130.29313.2143.4349.22
HexB4479C03DD1D1392b31
Octal26410723407515354715361
Binary101101001000111100111000111101110111101100111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4479c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4479c; }

 p { color: rgb(180,71,156); }

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

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

 a { background-color: rgb(180,71,156); }

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

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

 span { border-color: rgb(180,71,156); }

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