#B66198

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

Shades of Mulberry #B66198

Tints of Mulberry #B66198

Color information

#B66198 (or 0xB66198) is unknown color: approx Mulberry. HEX triplet: B6, 61 and 98. RGB value is (182,97,152). Sum of RGB (Red+Green+Blue) = 182+97+152=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66198 is #499E67. Grayscale: #808080. Windows color (decimal): -4824680 or 9986486. OLE color: 9986486.

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

Color convert

RGB18297152-
CMYK00.470.160.29
HSL321.18º36.8%54.71%-
HSV(B)321.18º46.7%71.37%-
XYZ29.2320.7632.17-
YUV128.68141.16166.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=42.23%
G=22.51%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829715200.470.160.29321.1836.854.71
HexB6619802F101D1412537
Octal26614123005720355014567
Binary1011011011000011001100001011111000011101101000001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66198; }

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

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

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

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

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

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

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

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