#b6568c

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

Shades of Mulberry #B6568C

Tints of Mulberry #B6568C

Color information

#B6568C (or 0xB6568C) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 8C. RGB value is (182,86,140). Sum of RGB (Red+Green+Blue) = 182+86+140=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6568C is #49A973. Grayscale: #787878. Windows color (decimal): -4827508 or 9197238. OLE color: 9197238.

HSL color Cylindrical-coordinate representation of color #B6568C: hue angle of 326.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6568C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18286140-
CMYK00.530.230.29
HSL326.25º39.67%52.55%-
HSV(B)326.25º52.75%71.37%-
XYZ27.3518.4926.94-
YUV120.86138.8171.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=44.61%
G=21.08%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828614000.530.230.29326.2539.6752.55
HexB6568C035171D1462835
Octal26612621406527355065065
Binary1011011010101101000110001101011011111101101000110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6568c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6568c; }

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

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

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

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

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

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

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

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