#B6519F

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

Shades of Mulberry #B6519F

Tints of Mulberry #B6519F

Color information

#B6519F (or 0xB6519F) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 9F. RGB value is (182,81,159). Sum of RGB (Red+Green+Blue) = 182+81+159=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519F is #49AE60. Grayscale: #777777. Windows color (decimal): -4828769 or 10441142. OLE color: 10441142.

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

Color convert

RGB18281159-
CMYK00.550.130.29
HSL313.66º40.89%51.57%-
HSV(B)313.66º55.49%71.37%-
XYZ28.4918.3334.84-
YUV120.09149.96172.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=43.13%
G=19.19%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828115900.550.130.29313.6640.8951.57
HexB6519F037D1D13a2934
Octal26612123706715354725164
Binary101101101010001100111110110111110111101100111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6519F; }

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

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

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

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

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

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

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

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