#B6449E

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

Shades of Mulberry #B6449E

Tints of Mulberry #B6449E

Color information

#B6449E (or 0xB6449E) is unknown color: approx Mulberry. HEX triplet: B6, 44 and 9E. RGB value is (182,68,158). Sum of RGB (Red+Green+Blue) = 182+68+158=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6449E is #49BB61. Grayscale: #707070. Windows color (decimal): -4832098 or 10372278. OLE color: 10372278.

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

Color convert

RGB18268158-
CMYK00.630.130.29
HSL312.63º45.6%49.02%-
HSV(B)312.63º62.64%71.37%-
XYZ27.5316.5534.09-
YUV112.35153.77177.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=44.61%
G=16.67%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826815800.630.130.29312.6345.649.02
HexB6449E03FD1D1392e31
Octal26610423607715354715661
Binary101101101000100100111100111111110111101100111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6449E; }

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

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

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

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

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

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

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

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