Html Css Color HEX #BA1A9A Medium Violet Red

📋 copy color: '#BA1A9A'

red 186 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #BA1A9A

Tints of Medium Violet Red #BA1A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 50.82%
G = 7.1%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA1A9A (or 0xBA1A9A) is known color: Medium Violet Red. HEX triplet: BA, 1A and 9A. RGB value is (186,26,154). Sum of RGB (Red+Green+Blue) = 186+26+154=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A9A is #45E565. Grayscale: #585858. Windows color (decimal): -4580710 or 10099386. OLE color: 10099386.

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

Color convert

RGB 186 26 154 -
CMYK 0 0.86 0.17 0.27
HSL 312º 0.75% 0.42% -
HSV(B) 312º 0.86% 0.73% -
XYZ 26.45 13.51 31.79 -
YUV 88.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 186 26 154 0 0.86 0.17 0.27 312 0.75 0.42
Hex BA 1A 9A 0 56 11 1B 138 4B 2A
Octal 272 32 232 0 126 21 33 470 113 52
Binary 10111010 11010 10011010 0 1010110 10001 11011 100111000 1001011 101010

Color Harmonies of #BA1A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A9A

Black with #BA1A9A

Text Example


Text Example

White with #BA1A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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