#BA0F97

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

Shades of Medium Violet Red #BA0F97

Tints of Medium Violet Red #BA0F97

Color information

#BA0F97 (or 0xBA0F97) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0F and 97. RGB value is (186,15,151). Sum of RGB (Red+Green+Blue) = 186+15+151=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0F97 is #45F068. Grayscale: #515151. Windows color (decimal): -4583529 or 9899962. OLE color: 9899962.

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

Color convert

RGB18615151-
CMYK00.920.190.27
HSL312.28º85.07%39.41%-
HSV(B)312.28º91.94%72.94%-
XYZ26.0113.0230.42-
YUV81.63167.15202.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 15 (6.25% from 255) = 4.26%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=52.84%
G=4.26%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861515100.920.190.27312.2885.0739.41
HexBAF9705C131B1385527
Octal272172270134233347012547
Binary101110101111100101110101110010011110111001110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F97; }

 p { color: rgb(186,15,151); }

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

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

 a { background-color: rgb(186,15,151); }

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

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

 span { border-color: rgb(186,15,151); }

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