#B93897

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

Shades of Medium Red Violet #B93897

Tints of Medium Red Violet #B93897

Color information

#B93897 (or 0xB93897) is unknown color: approx Medium Red Violet. HEX triplet: B9, 38 and 97. RGB value is (185,56,151). Sum of RGB (Red+Green+Blue) = 185+56+151=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B93897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93897 is #46C768. Grayscale: #696969. Windows color (decimal): -4638569 or 9910457. OLE color: 9910457.

HSL color Cylindrical-coordinate representation of color #B93897: hue angle of 315.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93897 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18556151-
CMYK00.700.180.27
HSL315.81º53.53%47.25%-
HSV(B)315.81º69.73%72.55%-
XYZ27.0115.3830.82-
YUV105.4153.74184.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=47.19%
G=14.29%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855615100.700.180.27315.8153.5347.25
HexB93897046121B13c362f
Octal27170227010622334746657
Binary1011100111100010010111010001101001011011100111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93897; }

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

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

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

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

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

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

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

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