#B6538E

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

Shades of Mulberry #B6538E

Tints of Mulberry #B6538E

Color information

#B6538E (or 0xB6538E) is unknown color: approx Mulberry. HEX triplet: B6, 53 and 8E. RGB value is (182,83,142). Sum of RGB (Red+Green+Blue) = 182+83+142=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6538E is #49AC71. Grayscale: #777777. Windows color (decimal): -4828274 or 9327542. OLE color: 9327542.

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

Color convert

RGB18283142-
CMYK00.540.220.29
HSL324.24º40.41%51.96%-
HSV(B)324.24º54.4%71.37%-
XYZ27.2718.0827.64-
YUV119.33140.8172.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=44.72%
G=20.39%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828314200.540.220.29324.2440.4151.96
HexB6538E036161D1442834
Octal26612321606626355045064
Binary1011011010100111000111001101101011011101101000100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6538E; }

 p { color: rgb(182,83,142); }

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

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

 a { background-color: rgb(182,83,142); }

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

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

 span { border-color: rgb(182,83,142); }

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