Html Css Color HEX #BA1F93 Medium Violet Red

📋 copy color: '#BA1F93'

red 186 ◦ green 31 ◦ blue 147

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

Shades of Medium Violet Red #BA1F93

Tints of Medium Violet Red #BA1F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 51.1%
G = 8.52%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA1F93 (or 0xBA1F93) is known color: Medium Violet Red. HEX triplet: BA, 1F and 93. RGB value is (186,31,147). Sum of RGB (Red+Green+Blue) = 186+31+147=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F93 is #45E06C. Grayscale: #5A5A5A. Windows color (decimal): -4579437 or 9641914. OLE color: 9641914.

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

Color convert

RGB 186 31 147 -
CMYK 0 0.83 0.21 0.27
HSL 315.1º 0.71% 0.43% -
HSV(B) 315.1º 0.83% 0.73% -
XYZ 26.01 13.53 28.84 -
YUV 90.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 186 31 147 0 0.83 0.21 0.27 315.1 0.71 0.43
Hex BA 1F 93 0 53 15 1B 13B 47 2B
Octal 272 37 223 0 123 25 33 473 107 53
Binary 10111010 11111 10010011 0 1010011 10101 11011 100111011 1000111 101011

Color Harmonies of #BA1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F93

Black with #BA1F93

Text Example


Text Example

White with #BA1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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