#B6519B

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

Shades of Mulberry #B6519B

Tints of Mulberry #B6519B

Color information

#B6519B (or 0xB6519B) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 9B. RGB value is (182,81,155). Sum of RGB (Red+Green+Blue) = 182+81+155=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519B is #49AE64. Grayscale: #777777. Windows color (decimal): -4828773 or 10178998. OLE color: 10178998.

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

Color convert

RGB18281155-
CMYK00.550.150.29
HSL316.04º40.89%51.57%-
HSV(B)316.04º55.49%71.37%-
XYZ28.1518.233.04-
YUV119.64147.96172.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=43.54%
G=19.38%
B=37.08%

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
Decimal1828115500.550.150.29316.0440.8951.57
HexB6519B037F1D13c2934
Octal26612123306717354745164
Binary101101101010001100110110110111111111101100111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6519B; }

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

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

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

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

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

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

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

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