#B95199

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

Shades of Mulberry #B95199

Tints of Mulberry #B95199

Color information

#B95199 (or 0xB95199) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 99. RGB value is (185,81,153). Sum of RGB (Red+Green+Blue) = 185+81+153=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95199 is #46AE66. Grayscale: #787878. Windows color (decimal): -4632167 or 10047929. OLE color: 10047929.

HSL color Cylindrical-coordinate representation of color #B95199: hue angle of 318.46º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95199 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18581153-
CMYK00.560.170.27
HSL318.46º42.62%52.16%-
HSV(B)318.46º56.22%72.55%-
XYZ28.718.532.2-
YUV120.3146.46174.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=44.15%
G=19.33%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858115300.560.170.27318.4642.6252.16
HexB95199038111B13e2b34
Octal27112123107021334765364
Binary1011100110100011001100101110001000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95199; }

 p { color: rgb(185,81,153); }

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

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

 a { background-color: rgb(185,81,153); }

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

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

 span { border-color: rgb(185,81,153); }

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