Html Css Color HEX #BA20AB Medium Violet Red

📋 copy color: '#BA20AB'

red 186 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #BA20AB

Tints of Medium Violet Red #BA20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 47.81%
G = 8.23%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA20AB (or 0xBA20AB) is known color: Medium Violet Red. HEX triplet: BA, 20 and AB. RGB value is (186,32,171). Sum of RGB (Red+Green+Blue) = 186+32+171=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AB is #45DF54. Grayscale: #5D5D5D. Windows color (decimal): -4579157 or 11215034. OLE color: 11215034.

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

Color convert

RGB 186 32 171 -
CMYK 0 0.83 0.08 0.27
HSL 305.84º 0.71% 0.43% -
HSV(B) 305.84º 0.83% 0.73% -
XYZ 28.12 14.41 39.83 -
YUV 93.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 186 32 171 0 0.83 0.08 0.27 305.84 0.71 0.43
Hex BA 20 AB 0 53 8 1B 132 47 2B
Octal 272 40 253 0 123 10 33 462 107 53
Binary 10111010 100000 10101011 0 1010011 1000 11011 100110010 1000111 101011

Color Harmonies of #BA20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20AB

Black with #BA20AB

Text Example


Text Example

White with #BA20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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