#B6459E

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

Shades of Mulberry #B6459E

Tints of Mulberry #B6459E

Color information

#B6459E (or 0xB6459E) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 9E. RGB value is (182,69,158). Sum of RGB (Red+Green+Blue) = 182+69+158=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6459E is #49BA61. Grayscale: #707070. Windows color (decimal): -4831842 or 10372534. OLE color: 10372534.

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

Color convert

RGB18269158-
CMYK00.620.130.29
HSL312.74º45.02%49.22%-
HSV(B)312.74º62.09%71.37%-
XYZ27.5916.6734.11-
YUV112.93153.44177.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 69 (27.34% from 255) = 16.87%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=44.50%
G=16.87%
B=38.63%

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
Decimal1826915800.620.130.29312.7445.0249.22
HexB6459E03ED1D1392d31
Octal26610523607615354715561
Binary101101101000101100111100111110110111101100111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6459E; }

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

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

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

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

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

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

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

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