Html Css Color HEX #BA20A0 Medium Violet Red

📋 copy color: '#BA20A0'

red 186 ◦ green 32 ◦ blue 160

#BA20A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BA20A0

Tints of Medium Violet Red #BA20A0

RGB

 RED value IS 186 (73.05% from 255) = 49.21%

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 49.21%
G = 8.47%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA20A0 (or 0xBA20A0) is known color: Medium Violet Red. HEX triplet: BA, 20 and A0. RGB value is (186,32,160). Sum of RGB (Red+Green+Blue) = 186+32+160=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20A0 is #45DF5F. Grayscale: #5C5C5C. Windows color (decimal): -4579168 or 10494138. OLE color: 10494138.

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

Color convert

RGB 186 32 160 -
CMYK 0 0.83 0.14 0.27
HSL 310.13º 0.71% 0.43% -
HSV(B) 310.13º 0.83% 0.73% -
XYZ 27.11 14.01 34.53 -
YUV 92.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 186 32 160 0 0.83 0.14 0.27 310.13 0.71 0.43
Hex BA 20 A0 0 53 E 1B 136 47 2B
Octal 272 40 240 0 123 16 33 466 107 53
Binary 10111010 100000 10100000 0 1010011 1110 11011 100110110 1000111 101011

Color Harmonies of #BA20A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20A0

Black with #BA20A0

Text Example


Text Example

White with #BA20A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20A0; }

 p { color: rgb(186,32,160); }

 H1.HeaderClassName
 {
   color: #BA20A0;
 }
 .AnyTagClassName
 {
   color: #BA20A0;
 }
</style>

background-color css

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

 a { background-color: rgb(186,32,160); }

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

border-color css

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

 span { border-color: rgb(186,32,160); }

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