#BA217F

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

Shades of Medium Violet Red #BA217F

Tints of Medium Violet Red #BA217F

Color information

#BA217F (or 0xBA217F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 7F. RGB value is (186,33,127). Sum of RGB (Red+Green+Blue) = 186+33+127=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217F is #45DE80. Grayscale: #595959. Windows color (decimal): -4578945 or 8331706. OLE color: 8331706.

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

Color convert

RGB18633127-
CMYK00.820.320.27
HSL323.14º69.86%42.94%-
HSV(B)323.14º82.26%72.94%-
XYZ24.6213.0621.3-
YUV89.46149.19196.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 127 (50% from 255) = 36.71%
R=53.76%
G=9.54%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863312700.820.320.27323.1469.8642.94
HexBA217F052201B143462b
Octal272411770122403350310653
Binary10111010100001111111101010010100000110111010000111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA217F; }

 p { color: rgb(186,33,127); }

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

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

 a { background-color: rgb(186,33,127); }

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

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

 span { border-color: rgb(186,33,127); }

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