#B2478D

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

Shades of Mulberry #B2478D

Tints of Mulberry #B2478D

Color information

#B2478D (or 0xB2478D) is unknown color: approx Mulberry. HEX triplet: B2, 47 and 8D. RGB value is (178,71,141). Sum of RGB (Red+Green+Blue) = 178+71+141=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2478D is #4DB872. Grayscale: #6E6E6E. Windows color (decimal): -5093491 or 9258930. OLE color: 9258930.

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

Color convert

RGB17871141-
CMYK00.600.210.30
HSL320.75º42.97%48.82%-
HSV(B)320.75º60.11%69.8%-
XYZ25.4215.8926.93-
YUV110.97144.95175.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=45.64%
G=18.21%
B=36.15%

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
Decimal1787114100.600.210.30320.7542.9748.82
HexB2478D03C151E1412b31
Octal26210721507425365015361
Binary1011001010001111000110101111001010111110101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2478D; }

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

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

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

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

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

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

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

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