#B6519A

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

Shades of Mulberry #B6519A

Tints of Mulberry #B6519A

Color information

#B6519A (or 0xB6519A) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 9A. RGB value is (182,81,154). Sum of RGB (Red+Green+Blue) = 182+81+154=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519A is #49AE65. Grayscale: #777777. Windows color (decimal): -4828774 or 10113462. OLE color: 10113462.

HSL color Cylindrical-coordinate representation of color #B6519A: hue angle of 316.63º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6519A is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18281154-
CMYK00.550.150.29
HSL316.63º40.89%51.57%-
HSV(B)316.63º55.49%71.37%-
XYZ28.0718.1632.6-
YUV119.52147.46172.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=43.65%
G=19.42%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828115400.550.150.29316.6340.8951.57
HexB6519A037F1D13d2934
Octal26612123206717354755164
Binary101101101010001100110100110111111111101100111101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6519A; }

 p { color: rgb(182,81,154); }

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

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

 a { background-color: rgb(182,81,154); }

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

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

 span { border-color: rgb(182,81,154); }

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