#B2568F

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

Shades of Mulberry #B2568F

Tints of Mulberry #B2568F

Color information

#B2568F (or 0xB2568F) is unknown color: approx Mulberry. HEX triplet: B2, 56 and 8F. RGB value is (178,86,143). Sum of RGB (Red+Green+Blue) = 178+86+143=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2568F is #4DA970. Grayscale: #777777. Windows color (decimal): -5089649 or 9393842. OLE color: 9393842.

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

Color convert

RGB17886143-
CMYK00.520.200.30
HSL322.83º37.4%51.76%-
HSV(B)322.83º51.69%69.8%-
XYZ26.6518.128.08-
YUV120.01140.98169.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=43.73%
G=21.13%
B=35.14%

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
Decimal1788614300.520.200.30322.8337.451.76
HexB2568F034141E1432534
Octal26212621706424365034564
Binary1011001010101101000111101101001010011110101000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2568F; }

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

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

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

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

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

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

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

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