#BA017A

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

Shades of Medium Violet Red #BA017A

Tints of Medium Violet Red #BA017A

Color information

#BA017A (or 0xBA017A) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 7A. RGB value is (186,1,122). Sum of RGB (Red+Green+Blue) = 186+1+122=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017A is #45FE85. Grayscale: #454545. Windows color (decimal): -4587142 or 7995834. OLE color: 7995834.

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

Color convert

RGB1861122-
CMYK00.990.340.27
HSL320.76º98.93%36.67%-
HSV(B)320.76º99.46%72.94%-
XYZ23.7711.8719.45-
YUV70.11157.29210.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=60.19%
G=0.32%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186112200.990.340.27320.7698.9336.67
HexBA17A063221B1416325
Octal27211720143423350114345
Binary101110101111101001100011100010110111010000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA017A; }

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

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

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

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

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

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

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

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