#BA097D

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

Shades of Medium Violet Red #BA097D

Tints of Medium Violet Red #BA097D

Color information

#BA097D (or 0xBA097D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 7D. RGB value is (186,9,125). Sum of RGB (Red+Green+Blue) = 186+9+125=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097D is #45F682. Grayscale: #4A4A4A. Windows color (decimal): -4585091 or 8194490. OLE color: 8194490.

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

Color convert

RGB1869125-
CMYK00.950.330.27
HSL320.68º90.77%38.24%-
HSV(B)320.68º95.16%72.94%-
XYZ24.0512.1220.47-
YUV75.15156.14207.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 9 (3.91% from 255) = 2.81%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=58.12%
G=2.81%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186912500.950.330.27320.6890.7738.24
HexBA97D05F211B1415b26
Octal272111750137413350113346
Binary101110101001111110101011111100001110111010000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA097D; }

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

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

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

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

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

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

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

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