#BA217E

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

Shades of Medium Violet Red #BA217E

Tints of Medium Violet Red #BA217E

Color information

#BA217E (or 0xBA217E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 7E. RGB value is (186,33,126). Sum of RGB (Red+Green+Blue) = 186+33+126=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217E is #45DE81. Grayscale: #595959. Windows color (decimal): -4578946 or 8266170. OLE color: 8266170.

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

Color convert

RGB18633126-
CMYK00.820.320.27
HSL323.53º69.86%42.94%-
HSV(B)323.53º82.26%72.94%-
XYZ24.5613.0320.96-
YUV89.35148.69196.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=53.91%
G=9.57%
B=36.52%

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
Decimal1863312600.820.320.27323.5369.8642.94
HexBA217E052201B144462b
Octal272411760122403350410653
Binary10111010100001111111001010010100000110111010001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA217E; }

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

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

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

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

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

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

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

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