#B2578F

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

Shades of Mulberry #B2578F

Tints of Mulberry #B2578F

Color information

#B2578F (or 0xB2578F) is unknown color: approx Mulberry. HEX triplet: B2, 57 and 8F. RGB value is (178,87,143). Sum of RGB (Red+Green+Blue) = 178+87+143=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2578F is #4DA870. Grayscale: #787878. Windows color (decimal): -5089393 or 9394098. OLE color: 9394098.

HSL color Cylindrical-coordinate representation of color #B2578F: hue angle of 323.08º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2578F is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17887143-
CMYK00.510.200.30
HSL323.08º37.14%51.96%-
HSV(B)323.08º51.12%69.8%-
XYZ26.7318.2628.1-
YUV120.59140.65168.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=43.63%
G=21.32%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788714300.510.200.30323.0837.1451.96
HexB2578F033141E1432534
Octal26212721706324365034564
Binary1011001010101111000111101100111010011110101000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2578F; }

 p { color: rgb(178,87,143); }

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

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

 a { background-color: rgb(178,87,143); }

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

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

 span { border-color: rgb(178,87,143); }

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