#B3568C

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

Shades of Mulberry #B3568C

Tints of Mulberry #B3568C

Color information

#B3568C (or 0xB3568C) is unknown color: approx Mulberry. HEX triplet: B3, 56 and 8C. RGB value is (179,86,140). Sum of RGB (Red+Green+Blue) = 179+86+140=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3568C is #4CA973. Grayscale: #777777. Windows color (decimal): -5024116 or 9197235. OLE color: 9197235.

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

Color convert

RGB17986140-
CMYK00.520.220.30
HSL325.16º37.96%51.96%-
HSV(B)325.16º51.96%70.2%-
XYZ26.6518.1326.91-
YUV119.96139.31170.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=44.20%
G=21.23%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798614000.520.220.30325.1637.9651.96
HexB3568C034161E1452634
Octal26312621406426365054664
Binary1011001110101101000110001101001011011110101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3568C; }

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

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

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

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

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

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

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

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