#B2479B

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

Shades of Mulberry #B2479B

Tints of Mulberry #B2479B

Color information

#B2479B (or 0xB2479B) is unknown color: approx Mulberry. HEX triplet: B2, 47 and 9B. RGB value is (178,71,155). Sum of RGB (Red+Green+Blue) = 178+71+155=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2479B is #4DB864. Grayscale: #707070. Windows color (decimal): -5093477 or 10176434. OLE color: 10176434.

HSL color Cylindrical-coordinate representation of color #B2479B: hue angle of 312.9º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2479B is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17871155-
CMYK00.600.130.30
HSL312.9º42.97%48.82%-
HSV(B)312.9º60.11%69.8%-
XYZ26.5316.3432.77-
YUV112.57151.95174.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=44.06%
G=17.57%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787115500.600.130.30312.942.9748.82
HexB2479B03CD1E1392b31
Octal26210723307415364715361
Binary101100101000111100110110111100110111110100111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2479B; }

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

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

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

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

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

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

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

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