#BA117E

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

Shades of Medium Violet Red #BA117E

Tints of Medium Violet Red #BA117E

Color information

#BA117E (or 0xBA117E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 7E. RGB value is (186,17,126). Sum of RGB (Red+Green+Blue) = 186+17+126=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA117E is #45EE81. Grayscale: #4F4F4F. Windows color (decimal): -4583042 or 8262074. OLE color: 8262074.

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

Color convert

RGB18617126-
CMYK00.910.320.27
HSL321.3º83.25%39.8%-
HSV(B)321.3º90.86%72.94%-
XYZ24.2212.3520.85-
YUV79.96153.99203.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=56.53%
G=5.17%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861712600.910.320.27321.383.2539.8
HexBA117E05B201B1415328
Octal272211760133403350112350
Binary1011101010001111111001011011100000110111010000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA117E; }

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

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

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

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

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

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

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

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