#B6579C

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

Shades of Mulberry #B6579C

Tints of Mulberry #B6579C

Color information

#B6579C (or 0xB6579C) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 9C. RGB value is (182,87,156). Sum of RGB (Red+Green+Blue) = 182+87+156=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6579C is #49A863. Grayscale: #7B7B7B. Windows color (decimal): -4827236 or 10246070. OLE color: 10246070.

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

Color convert

RGB18287156-
CMYK00.520.140.29
HSL316.42º39.42%52.75%-
HSV(B)316.42º52.2%71.37%-
XYZ28.719.1633.64-
YUV123.27146.47169.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=42.82%
G=20.47%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828715600.520.140.29316.4239.4252.75
HexB6579C034E1D13c2735
Octal26612723406416354744765
Binary101101101010111100111000110100111011101100111100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6579C; }

 p { color: rgb(182,87,156); }

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

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

 a { background-color: rgb(182,87,156); }

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

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

 span { border-color: rgb(182,87,156); }

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