#B6519D

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

Shades of Mulberry #B6519D

Tints of Mulberry #B6519D

Color information

#B6519D (or 0xB6519D) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 9D. RGB value is (182,81,157). Sum of RGB (Red+Green+Blue) = 182+81+157=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6519D is #49AE62. Grayscale: #777777. Windows color (decimal): -4828771 or 10310070. OLE color: 10310070.

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

Color convert

RGB18281157-
CMYK00.550.140.29
HSL314.85º40.89%51.57%-
HSV(B)314.85º55.49%71.37%-
XYZ28.3218.2633.93-
YUV119.86148.96172.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=43.33%
G=19.29%
B=37.38%

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
Decimal1828115700.550.140.29314.8540.8951.57
HexB6519D037E1D13b2934
Octal26612123506716354735164
Binary101101101010001100111010110111111011101100111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6519D; }

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

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

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

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

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

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

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

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