Html Css Color HEX #BA1FA1 Medium Violet Red

📋 copy color: '#BA1FA1'

red 186 ◦ green 31 ◦ blue 161

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

Shades of Medium Violet Red #BA1FA1

Tints of Medium Violet Red #BA1FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 49.21%
G = 8.2%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA1FA1 (or 0xBA1FA1) is known color: Medium Violet Red. HEX triplet: BA, 1F and A1. RGB value is (186,31,161). Sum of RGB (Red+Green+Blue) = 186+31+161=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FA1 is #45E05E. Grayscale: #5B5B5B. Windows color (decimal): -4579423 or 10559418. OLE color: 10559418.

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

Color convert

RGB 186 31 161 -
CMYK 0 0.83 0.13 0.27
HSL 309.68º 0.71% 0.43% -
HSV(B) 309.68º 0.83% 0.73% -
XYZ 27.17 13.99 34.99 -
YUV 92.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 186 31 161 0 0.83 0.13 0.27 309.68 0.71 0.43
Hex BA 1F A1 0 53 D 1B 136 47 2B
Octal 272 37 241 0 123 15 33 466 107 53
Binary 10111010 11111 10100001 0 1010011 1101 11011 100110110 1000111 101011

Color Harmonies of #BA1FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FA1

Black with #BA1FA1

Text Example


Text Example

White with #BA1FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FA1; }

 p { color: rgb(186,31,161); }

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

background-color css

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

 a { background-color: rgb(186,31,161); }

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

border-color css

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

 span { border-color: rgb(186,31,161); }

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