#B2568E

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

Shades of Mulberry #B2568E

Tints of Mulberry #B2568E

Color information

#B2568E (or 0xB2568E) is unknown color: approx Mulberry. HEX triplet: B2, 56 and 8E. RGB value is (178,86,142). Sum of RGB (Red+Green+Blue) = 178+86+142=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2568E is #4DA971. Grayscale: #777777. Windows color (decimal): -5089650 or 9328306. OLE color: 9328306.

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

Color convert

RGB17886142-
CMYK00.520.200.30
HSL323.48º37.4%51.76%-
HSV(B)323.48º51.69%69.8%-
XYZ26.5718.0727.68-
YUV119.89140.48169.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=43.84%
G=21.18%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788614200.520.200.30323.4837.451.76
HexB2568E034141E1432534
Octal26212621606424365034564
Binary1011001010101101000111001101001010011110101000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2568E; }

 p { color: rgb(178,86,142); }

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

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

 a { background-color: rgb(178,86,142); }

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

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

 span { border-color: rgb(178,86,142); }

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