#B46198

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

Shades of Mulberry #B46198

Tints of Mulberry #B46198

Color information

#B46198 (or 0xB46198) is unknown color: approx Mulberry. HEX triplet: B4, 61 and 98. RGB value is (180,97,152). Sum of RGB (Red+Green+Blue) = 180+97+152=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46198 is #4B9E67. Grayscale: #7F7F7F. Windows color (decimal): -4955752 or 9986484. OLE color: 9986484.

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

Color convert

RGB18097152-
CMYK00.460.160.29
HSL320.24º35.62%54.31%-
HSV(B)320.24º46.11%70.59%-
XYZ28.7620.5232.15-
YUV128.09141.5165.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=41.96%
G=22.61%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809715200.460.160.29320.2435.6254.31
HexB4619802E101D1402436
Octal26414123005620355004466
Binary1011010011000011001100001011101000011101101000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46198; }

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

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

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

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

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

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

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

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