#B93196

Color #B93196 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B93196

Tints of Medium Red Violet #B93196

Color information

#B93196 (or 0xB93196) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and 96. RGB value is (185,49,150). Sum of RGB (Red+Green+Blue) = 185+49+150=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B93196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93196 is #46CE69. Grayscale: #646464. Windows color (decimal): -4640362 or 9843129. OLE color: 9843129.

HSL color Cylindrical-coordinate representation of color #B93196: hue angle of 315.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93196 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18549150-
CMYK00.740.190.27
HSL315.44º58.12%45.88%-
HSV(B)315.44º73.51%72.55%-
XYZ26.6114.7130.29-
YUV101.18155.56187.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 49 (19.53% from 255) = 12.76%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=48.18%
G=12.76%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854915000.740.190.27315.4458.1245.88
HexB9319604A131B13b3a2e
Octal27161226011223334737256
Binary1011100111000110010110010010101001111011100111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93196; }

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

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

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

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

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

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

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

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