#BA017C

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

Shades of Medium Violet Red #BA017C

Tints of Medium Violet Red #BA017C

Color information

#BA017C (or 0xBA017C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 7C. RGB value is (186,1,124). Sum of RGB (Red+Green+Blue) = 186+1+124=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017C is #45FE83. Grayscale: #464646. Windows color (decimal): -4587140 or 8126906. OLE color: 8126906.

HSL color Cylindrical-coordinate representation of color #BA017C: hue angle of 320.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA017C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB1861124-
CMYK00.990.330.27
HSL320.11º98.93%36.67%-
HSV(B)320.11º99.46%72.94%-
XYZ23.911.9220.11-
YUV70.34158.29210.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=59.81%
G=0.32%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186112400.990.330.27320.1198.9336.67
HexBA17C063211B1406325
Octal27211740143413350014345
Binary101110101111110001100011100001110111010000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA017C; }

 p { color: rgb(186,1,124); }

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

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

 a { background-color: rgb(186,1,124); }

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

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

 span { border-color: rgb(186,1,124); }

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