#BA097F

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

Shades of Medium Violet Red #BA097F

Tints of Medium Violet Red #BA097F

Color information

#BA097F (or 0xBA097F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 7F. RGB value is (186,9,127). Sum of RGB (Red+Green+Blue) = 186+9+127=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097F is #45F680. Grayscale: #4B4B4B. Windows color (decimal): -4585089 or 8325562. OLE color: 8325562.

HSL color Cylindrical-coordinate representation of color #BA097F: hue angle of 320º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA097F is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB1869127-
CMYK00.950.320.27
HSL320º90.77%38.24%-
HSV(B)320º95.16%72.94%-
XYZ24.1812.1721.15-
YUV75.38157.14206.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 127 (50% from 255) = 39.44%
R=57.76%
G=2.80%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186912700.950.320.2732090.7738.24
HexBA97F05F201B1405b26
Octal272111770137403350013346
Binary101110101001111111101011111100000110111010000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA097F; }

 p { color: rgb(186,9,127); }

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

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

 a { background-color: rgb(186,9,127); }

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

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

 span { border-color: rgb(186,9,127); }

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