#B6519C

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

Shades of Mulberry #B6519C

Tints of Mulberry #B6519C

Color information

#B6519C (or 0xB6519C) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 9C. RGB value is (182,81,156). Sum of RGB (Red+Green+Blue) = 182+81+156=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519C is #49AE63. Grayscale: #777777. Windows color (decimal): -4828772 or 10244534. OLE color: 10244534.

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

Color convert

RGB18281156-
CMYK00.550.140.29
HSL315.45º40.89%51.57%-
HSV(B)315.45º55.49%71.37%-
XYZ28.2318.2333.48-
YUV119.75148.46172.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=43.44%
G=19.33%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828115600.550.140.29315.4540.8951.57
HexB6519C037E1D13b2934
Octal26612123406716354735164
Binary101101101010001100111000110111111011101100111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6519C; }

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

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

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

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

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

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

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

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