#B95196

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

Shades of Mulberry #B95196

Tints of Mulberry #B95196

Color information

#B95196 (or 0xB95196) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 96. RGB value is (185,81,150). Sum of RGB (Red+Green+Blue) = 185+81+150=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95196 is #46AE69. Grayscale: #777777. Windows color (decimal): -4632170 or 9851321. OLE color: 9851321.

HSL color Cylindrical-coordinate representation of color #B95196: hue angle of 320.19º 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 #B95196 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18581150-
CMYK00.560.190.27
HSL320.19º42.62%52.16%-
HSV(B)320.19º56.22%72.55%-
XYZ28.4618.430.91-
YUV119.96144.96174.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=44.47%
G=19.47%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858115000.560.190.27320.1942.6252.16
HexB95196038131B1402b34
Octal27112122607023335005364
Binary1011100110100011001011001110001001111011101000000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95196; }

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

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

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

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

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

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

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

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