#B93197

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

Shades of Medium Red Violet #B93197

Tints of Medium Red Violet #B93197

Color information

#B93197 (or 0xB93197) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and 97. RGB value is (185,49,151). Sum of RGB (Red+Green+Blue) = 185+49+151=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93197 is #46CE68. Grayscale: #656565. Windows color (decimal): -4640361 or 9908665. OLE color: 9908665.

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

Color convert

RGB18549151-
CMYK00.740.180.27
HSL315º58.12%45.88%-
HSV(B)315º73.51%72.55%-
XYZ26.6914.7530.72-
YUV101.29156.06187.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=48.05%
G=12.73%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854915100.740.180.2731558.1245.88
HexB9319704A121B13b3a2e
Octal27161227011222334737256
Binary1011100111000110010111010010101001011011100111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93197; }

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

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

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

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

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

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

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

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