#B6589E

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

Shades of Mulberry #B6589E

Tints of Mulberry #B6589E

Color information

#B6589E (or 0xB6589E) is unknown color: approx Mulberry. HEX triplet: B6, 58 and 9E. RGB value is (182,88,158). Sum of RGB (Red+Green+Blue) = 182+88+158=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6589E is #49A761. Grayscale: #7B7B7B. Windows color (decimal): -4826978 or 10377398. OLE color: 10377398.

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

Color convert

RGB18288158-
CMYK00.520.130.29
HSL315.32º39.17%52.94%-
HSV(B)315.32º51.65%71.37%-
XYZ28.9519.3934.57-
YUV124.09147.14169.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=42.52%
G=20.56%
B=36.92%

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
Decimal1828815800.520.130.29315.3239.1752.94
HexB6589E034D1D13b2735
Octal26613023606415354734765
Binary101101101011000100111100110100110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6589E; }

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

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

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

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

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

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

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

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