#B0568A

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

Shades of Mulberry #B0568A

Tints of Mulberry #B0568A

Color information

#B0568A (or 0xB0568A) is unknown color: approx Mulberry. HEX triplet: B0, 56 and 8A. RGB value is (176,86,138). Sum of RGB (Red+Green+Blue) = 176+86+138=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568A is #4FA975. Grayscale: #767676. Windows color (decimal): -5220726 or 9066160. OLE color: 9066160.

HSL color Cylindrical-coordinate representation of color #B0568A: hue angle of 325.33º 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 #B0568A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17686138-
CMYK00.510.220.31
HSL325.33º36.29%51.37%-
HSV(B)325.33º51.14%69.02%-
XYZ25.8217.7226.1-
YUV118.84138.82168.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=44%
G=21.5%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768613800.510.220.31325.3336.2951.37
HexB0568A033161F1452433
Octal26012621206326375054463
Binary1011000010101101000101001100111011011111101000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0568A; }

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

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

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

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

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

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

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

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