Html Css Color HEX #BA1A91 Medium Violet Red

📋 copy color: '#BA1A91'

red 186 ◦ green 26 ◦ blue 145

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

Shades of Medium Violet Red #BA1A91

Tints of Medium Violet Red #BA1A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.28%

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 52.1%
G = 7.28%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1A91 (or 0xBA1A91) is known color: Medium Violet Red. HEX triplet: BA, 1A and 91. RGB value is (186,26,145). Sum of RGB (Red+Green+Blue) = 186+26+145=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A91 is #45E56E. Grayscale: #575757. Windows color (decimal): -4580719 or 9509562. OLE color: 9509562.

HSL color Cylindrical-coordinate representation of color #BA1A91: hue angle of 315.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A91 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 145 -
CMYK 0 0.86 0.22 0.27
HSL 315.38º 0.75% 0.42% -
HSV(B) 315.38º 0.86% 0.73% -
XYZ 25.73 13.22 27.98 -
YUV 87.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 186 26 145 0 0.86 0.22 0.27 315.38 0.75 0.42
Hex BA 1A 91 0 56 16 1B 13B 4B 2A
Octal 272 32 221 0 126 26 33 473 113 52
Binary 10111010 11010 10010001 0 1010110 10110 11011 100111011 1001011 101010

Color Harmonies of #BA1A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A91

Black with #BA1A91

Text Example


Text Example

White with #BA1A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A91; }

 p { color: rgb(186,26,145); }

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

background-color css

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

 a { background-color: rgb(186,26,145); }

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

border-color css

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

 span { border-color: rgb(186,26,145); }

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