#B6459D

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

Shades of Mulberry #B6459D

Tints of Mulberry #B6459D

Color information

#B6459D (or 0xB6459D) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 9D. RGB value is (182,69,157). Sum of RGB (Red+Green+Blue) = 182+69+157=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6459D is #49BA62. Grayscale: #707070. Windows color (decimal): -4831843 or 10306998. OLE color: 10306998.

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

Color convert

RGB18269157-
CMYK00.620.140.29
HSL313.27º45.02%49.22%-
HSV(B)313.27º62.09%71.37%-
XYZ27.5116.6433.66-
YUV112.82152.94177.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=44.61%
G=16.91%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826915700.620.140.29313.2745.0249.22
HexB6459D03EE1D1392d31
Octal26610523507616354715561
Binary101101101000101100111010111110111011101100111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6459D; }

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

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

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

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

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

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

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

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