#BA017D

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

Shades of Medium Violet Red #BA017D

Tints of Medium Violet Red #BA017D

Color information

#BA017D (or 0xBA017D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 7D. RGB value is (186,1,125). Sum of RGB (Red+Green+Blue) = 186+1+125=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017D is #45FE82. Grayscale: #464646. Windows color (decimal): -4587139 or 8192442. OLE color: 8192442.

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

Color convert

RGB1861125-
CMYK00.990.330.27
HSL319.78º98.93%36.67%-
HSV(B)319.78º99.46%72.94%-
XYZ23.9611.9420.44-
YUV70.45158.79210.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=59.62%
G=0.32%
B=40.06%

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
Decimal186112500.990.330.27319.7898.9336.67
HexBA17D063211B1406325
Octal27211750143413350014345
Binary101110101111110101100011100001110111010000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA017D; }

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

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

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

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

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

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

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

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