Html Css Color HEX #BA1EA9 Medium Violet Red

📋 copy color: '#BA1EA9'

red 186 ◦ green 30 ◦ blue 169

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

Shades of Medium Violet Red #BA1EA9

Tints of Medium Violet Red #BA1EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 48.31%
G = 7.79%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA1EA9 (or 0xBA1EA9) is known color: Medium Violet Red. HEX triplet: BA, 1E and A9. RGB value is (186,30,169). Sum of RGB (Red+Green+Blue) = 186+30+169=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EA9 is #45E156. Grayscale: #5C5C5C. Windows color (decimal): -4579671 or 11083450. OLE color: 11083450.

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

Color convert

RGB 186 30 169 -
CMYK 0 0.84 0.09 0.27
HSL 306.54º 0.72% 0.42% -
HSV(B) 306.54º 0.84% 0.73% -
XYZ 27.88 14.23 38.81 -
YUV 92.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 186 30 169 0 0.84 0.09 0.27 306.54 0.72 0.42
Hex BA 1E A9 0 54 9 1B 133 48 2A
Octal 272 36 251 0 124 11 33 463 110 52
Binary 10111010 11110 10101001 0 1010100 1001 11011 100110011 1001000 101010

Color Harmonies of #BA1EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EA9

Black with #BA1EA9

Text Example


Text Example

White with #BA1EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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