#b6608e

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

Shades of Mulberry #B6608E

Tints of Mulberry #B6608E

Color information

#B6608E (or 0xB6608E) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 8E. RGB value is (182,96,142). Sum of RGB (Red+Green+Blue) = 182+96+142=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6608E is #499F71. Grayscale: #7E7E7E. Windows color (decimal): -4824946 or 9330870. OLE color: 9330870.

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

Color convert

RGB18296142-
CMYK00.470.220.29
HSL327.91º37.07%54.51%-
HSV(B)327.91º47.25%71.37%-
XYZ28.3620.2628.01-
YUV126.96136.49167.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=43.33%
G=22.86%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829614200.470.220.29327.9137.0754.51
HexB6608E02F161D1482537
Octal26614021605726355104567
Binary1011011011000001000111001011111011011101101001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6608e; }

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

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

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

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

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

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

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

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