#B6618E

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

Shades of Mulberry #B6618E

Tints of Mulberry #B6618E

Color information

#B6618E (or 0xB6618E) is unknown color: approx Mulberry. HEX triplet: B6, 61 and 8E. RGB value is (182,97,142). Sum of RGB (Red+Green+Blue) = 182+97+142=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6618E is #499E71. Grayscale: #7F7F7F. Windows color (decimal): -4824690 or 9331126. OLE color: 9331126.

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

Color convert

RGB18297142-
CMYK00.470.220.29
HSL328.24º36.8%54.71%-
HSV(B)328.24º46.7%71.37%-
XYZ28.4520.4528.04-
YUV127.54136.16166.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=43.23%
G=23.04%
B=33.73%

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
Decimal1829714200.470.220.29328.2436.854.71
HexB6618E02F161D1482537
Octal26614121605726355104567
Binary1011011011000011000111001011111011011101101001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6618E; }

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

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

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

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

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

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

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

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