#B7479B

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

Shades of Mulberry #B7479B

Tints of Mulberry #B7479B

Color information

#B7479B (or 0xB7479B) is unknown color: approx Mulberry. HEX triplet: B7, 47 and 9B. RGB value is (183,71,155). Sum of RGB (Red+Green+Blue) = 183+71+155=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7479B is #48B864. Grayscale: #717171. Windows color (decimal): -4765797 or 10176439. OLE color: 10176439.

HSL color Cylindrical-coordinate representation of color #B7479B: hue angle of 315º 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 #B7479B is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18371155-
CMYK00.610.150.28
HSL315º44.09%49.8%-
HSV(B)315º61.2%71.76%-
XYZ27.716.9432.82-
YUV114.06151.11177.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=44.74%
G=17.36%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837115500.610.150.2831544.0949.8
HexB7479B03DF1C13b2c32
Octal26710723307517344735462
Binary101101111000111100110110111101111111100100111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7479B; }

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

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

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

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

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

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

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

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