#B2478C

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

Shades of Mulberry #B2478C

Tints of Mulberry #B2478C

Color information

#B2478C (or 0xB2478C) is unknown color: approx Mulberry. HEX triplet: B2, 47 and 8C. RGB value is (178,71,140). Sum of RGB (Red+Green+Blue) = 178+71+140=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2478C is #4DB873. Grayscale: #6E6E6E. Windows color (decimal): -5093492 or 9193394. OLE color: 9193394.

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

Color convert

RGB17871140-
CMYK00.600.210.30
HSL321.31º42.97%48.82%-
HSV(B)321.31º60.11%69.8%-
XYZ25.3515.8626.54-
YUV110.86144.45175.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=45.76%
G=18.25%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787114000.600.210.30321.3142.9748.82
HexB2478C03C151E1412b31
Octal26210721407425365015361
Binary1011001010001111000110001111001010111110101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2478C; }

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

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

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

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

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

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

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

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