Html Css Color HEX #BA1291 Medium Violet Red

📋 copy color: '#BA1291'

red 186 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #BA1291

Tints of Medium Violet Red #BA1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.16%

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

R = 53.3%
G = 5.16%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1291 (or 0xBA1291) is known color: Medium Violet Red. HEX triplet: BA, 12 and 91. RGB value is (186,18,145). Sum of RGB (Red+Green+Blue) = 186+18+145=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1291 is #45ED6E. Grayscale: #525252. Windows color (decimal): -4582767 or 9507514. OLE color: 9507514.

HSL color Cylindrical-coordinate representation of color #BA1291: hue angle of 314.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1291 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 145 -
CMYK 0 0.90 0.22 0.27
HSL 314.64º 0.82% 0.4% -
HSV(B) 314.64º 0.9% 0.73% -
XYZ 25.58 12.92 27.93 -
YUV 82.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 186 18 145 0 0.90 0.22 0.27 314.64 0.82 0.4
Hex BA 12 91 0 5A 16 1B 13B 52 28
Octal 272 22 221 0 132 26 33 473 122 50
Binary 10111010 10010 10010001 0 1011010 10110 11011 100111011 1010010 101000

Color Harmonies of #BA1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1291

Black with #BA1291

Text Example


Text Example

White with #BA1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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