#B0568C

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

Shades of Mulberry #B0568C

Tints of Mulberry #B0568C

Color information

#B0568C (or 0xB0568C) is unknown color: approx Mulberry. HEX triplet: B0, 56 and 8C. RGB value is (176,86,140). Sum of RGB (Red+Green+Blue) = 176+86+140=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568C is #4FA973. Grayscale: #767676. Windows color (decimal): -5220724 or 9197232. OLE color: 9197232.

HSL color Cylindrical-coordinate representation of color #B0568C: hue angle of 324º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0568C is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17686140-
CMYK00.510.200.31
HSL324º36.29%51.37%-
HSV(B)324º51.14%69.02%-
XYZ25.9717.7826.87-
YUV119.07139.82168.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=43.78%
G=21.39%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768614000.510.200.3132436.2951.37
HexB0568C033141F1442433
Octal26012621406324375044463
Binary1011000010101101000110001100111010011111101000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0568C; }

 p { color: rgb(176,86,140); }

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

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

 a { background-color: rgb(176,86,140); }

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

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

 span { border-color: rgb(176,86,140); }

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