#B6579E

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

Shades of Mulberry #B6579E

Tints of Mulberry #B6579E

Color information

#B6579E (or 0xB6579E) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 9E. RGB value is (182,87,158). Sum of RGB (Red+Green+Blue) = 182+87+158=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6579E is #49A861. Grayscale: #7B7B7B. Windows color (decimal): -4827234 or 10377142. OLE color: 10377142.

HSL color Cylindrical-coordinate representation of color #B6579E: hue angle of 315.16º 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 #B6579E is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18287158-
CMYK00.520.130.29
HSL315.16º39.42%52.75%-
HSV(B)315.16º52.2%71.37%-
XYZ28.8719.2334.54-
YUV123.5147.47169.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=42.62%
G=20.37%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828715800.520.130.29315.1639.4252.75
HexB6579E034D1D13b2735
Octal26612723606415354734765
Binary101101101010111100111100110100110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6579E; }

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

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

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

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

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

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

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

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