Html Css Color HEX #BA1E91 Medium Violet Red

📋 copy color: '#BA1E91'

red 186 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #BA1E91

Tints of Medium Violet Red #BA1E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 51.52%
G = 8.31%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1E91 (or 0xBA1E91) is known color: Medium Violet Red. HEX triplet: BA, 1E and 91. RGB value is (186,30,145). Sum of RGB (Red+Green+Blue) = 186+30+145=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E91 is #45E16E. Grayscale: #595959. Windows color (decimal): -4579695 or 9510586. OLE color: 9510586.

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

Color convert

RGB 186 30 145 -
CMYK 0 0.84 0.22 0.27
HSL 315.77º 0.72% 0.42% -
HSV(B) 315.77º 0.84% 0.73% -
XYZ 25.82 13.41 28.02 -
YUV 89.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 186 30 145 0 0.84 0.22 0.27 315.77 0.72 0.42
Hex BA 1E 91 0 54 16 1B 13C 48 2A
Octal 272 36 221 0 124 26 33 474 110 52
Binary 10111010 11110 10010001 0 1010100 10110 11011 100111100 1001000 101010

Color Harmonies of #BA1E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E91

Black with #BA1E91

Text Example


Text Example

White with #BA1E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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