#B93D97

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

Shades of Medium Red Violet #B93D97

Tints of Medium Red Violet #B93D97

Color information

#B93D97 (or 0xB93D97) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3D and 97. RGB value is (185,61,151). Sum of RGB (Red+Green+Blue) = 185+61+151=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D97 is #46C268. Grayscale: #6C6C6C. Windows color (decimal): -4637289 or 9911737. OLE color: 9911737.

HSL color Cylindrical-coordinate representation of color #B93D97: hue angle of 316.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D97 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18561151-
CMYK00.670.180.27
HSL316.45º50.41%48.24%-
HSV(B)316.45º67.03%72.55%-
XYZ27.2615.8930.91-
YUV108.34152.08182.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=46.60%
G=15.37%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856115100.670.180.27316.4550.4148.24
HexB93D97043121B13c3230
Octal27175227010322334746260
Binary1011100111110110010111010000111001011011100111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D97; }

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

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

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

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

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

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

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

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