#B2479C

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

Shades of Mulberry #B2479C

Tints of Mulberry #B2479C

Color information

#B2479C (or 0xB2479C) is unknown color: approx Mulberry. HEX triplet: B2, 47 and 9C. RGB value is (178,71,156). Sum of RGB (Red+Green+Blue) = 178+71+156=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2479C is #4DB863. Grayscale: #707070. Windows color (decimal): -5093476 or 10241970. OLE color: 10241970.

HSL color Cylindrical-coordinate representation of color #B2479C: hue angle of 312.34º 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 #B2479C is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17871156-
CMYK00.600.120.30
HSL312.34º42.97%48.82%-
HSV(B)312.34º60.11%69.8%-
XYZ26.6116.3733.21-
YUV112.68152.45174.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=43.95%
G=17.53%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787115600.600.120.30312.3442.9748.82
HexB2479C03CC1E1382b31
Octal26210723407414364705361
Binary101100101000111100111000111100110011110100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2479C; }

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

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

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

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

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

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

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

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