#BA017B

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

Shades of Medium Violet Red #BA017B

Tints of Medium Violet Red #BA017B

Color information

#BA017B (or 0xBA017B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 7B. RGB value is (186,1,123). Sum of RGB (Red+Green+Blue) = 186+1+123=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017B is #45FE84. Grayscale: #454545. Windows color (decimal): -4587141 or 8061370. OLE color: 8061370.

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

Color convert

RGB1861123-
CMYK00.990.340.27
HSL320.43º98.93%36.67%-
HSV(B)320.43º99.46%72.94%-
XYZ23.8411.8919.78-
YUV70.22157.79210.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=60%
G=0.32%
B=39.68%

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
Decimal186112300.990.340.27320.4398.9336.67
HexBA17B063221B1406325
Octal27211730143423350014345
Binary101110101111101101100011100010110111010000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA017B; }

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

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

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

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

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

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

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

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