#BA097E

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

Shades of Medium Violet Red #BA097E

Tints of Medium Violet Red #BA097E

Color information

#BA097E (or 0xBA097E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 7E. RGB value is (186,9,126). Sum of RGB (Red+Green+Blue) = 186+9+126=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097E is #45F681. Grayscale: #4A4A4A. Windows color (decimal): -4585090 or 8260026. OLE color: 8260026.

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

Color convert

RGB1869126-
CMYK00.950.320.27
HSL320.34º90.77%38.24%-
HSV(B)320.34º95.16%72.94%-
XYZ24.1112.1420.81-
YUV75.26156.64206.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=57.94%
G=2.80%
B=39.25%

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
Decimal186912600.950.320.27320.3490.7738.24
HexBA97E05F201B1405b26
Octal272111760137403350013346
Binary101110101001111111001011111100000110111010000001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA097E; }

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

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

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

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

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

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

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

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