Html Css Color HEX #BA1E9A Medium Violet Red

📋 copy color: '#BA1E9A'

red 186 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #BA1E9A

Tints of Medium Violet Red #BA1E9A

RGB

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

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

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

R = 50.27%
G = 8.11%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA1E9A (or 0xBA1E9A) is known color: Medium Violet Red. HEX triplet: BA, 1E and 9A. RGB value is (186,30,154). Sum of RGB (Red+Green+Blue) = 186+30+154=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E9A is #45E165. Grayscale: #5A5A5A. Windows color (decimal): -4579686 or 10100410. OLE color: 10100410.

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

Color convert

RGB 186 30 154 -
CMYK 0 0.84 0.17 0.27
HSL 312.31º 0.72% 0.42% -
HSV(B) 312.31º 0.84% 0.73% -
XYZ 26.55 13.7 31.82 -
YUV 90.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 186 30 154 0 0.84 0.17 0.27 312.31 0.72 0.42
Hex BA 1E 9A 0 54 11 1B 138 48 2A
Octal 272 36 232 0 124 21 33 470 110 52
Binary 10111010 11110 10011010 0 1010100 10001 11011 100111000 1001000 101010

Color Harmonies of #BA1E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E9A

Black with #BA1E9A

Text Example


Text Example

White with #BA1E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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