#BA099E

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

Shades of Medium Violet Red #BA099E

Tints of Medium Violet Red #BA099E

Color information

#BA099E (or 0xBA099E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 9E. RGB value is (186,9,158). Sum of RGB (Red+Green+Blue) = 186+9+158=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099E is #45F661. Grayscale: #4E4E4E. Windows color (decimal): -4585058 or 10357178. OLE color: 10357178.

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

Color convert

RGB1869158-
CMYK00.950.150.27
HSL309.49º90.77%38.24%-
HSV(B)309.49º95.16%72.94%-
XYZ26.5213.133.48-
YUV78.91172.64204.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=52.69%
G=2.55%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186915800.950.150.27309.4990.7738.24
HexBA99E05FF1B1355b26
Octal272112360137173346513346
Binary10111010100110011110010111111111110111001101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA099E; }

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

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

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

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

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

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

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

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