#B6459F

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

Shades of Mulberry #B6459F

Tints of Mulberry #B6459F

Color information

#B6459F (or 0xB6459F) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 9F. RGB value is (182,69,159). Sum of RGB (Red+Green+Blue) = 182+69+159=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6459F is #49BA60. Grayscale: #707070. Windows color (decimal): -4831841 or 10438070. OLE color: 10438070.

HSL color Cylindrical-coordinate representation of color #B6459F: hue angle of 312.21º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6459F is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18269159-
CMYK00.620.130.29
HSL312.21º45.02%49.22%-
HSV(B)312.21º62.09%71.37%-
XYZ27.6816.734.57-
YUV113.05153.94177.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=44.39%
G=16.83%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826915900.620.130.29312.2145.0249.22
HexB6459F03ED1D1382d31
Octal26610523707615354705561
Binary101101101000101100111110111110110111101100111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6459F; }

 p { color: rgb(182,69,159); }

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

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

 a { background-color: rgb(182,69,159); }

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

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

 span { border-color: rgb(182,69,159); }

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