Html Css Color HEX #BA1E9E Medium Violet Red

📋 copy color: '#BA1E9E'

red 186 ◦ green 30 ◦ blue 158

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

Shades of Medium Violet Red #BA1E9E

Tints of Medium Violet Red #BA1E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 49.73%
G = 8.02%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA1E9E (or 0xBA1E9E) is known color: Medium Violet Red. HEX triplet: BA, 1E and 9E. RGB value is (186,30,158). Sum of RGB (Red+Green+Blue) = 186+30+158=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E9E is #45E161. Grayscale: #5A5A5A. Windows color (decimal): -4579682 or 10362554. OLE color: 10362554.

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

Color convert

RGB 186 30 158 -
CMYK 0 0.84 0.15 0.27
HSL 310.77º 0.72% 0.42% -
HSV(B) 310.77º 0.84% 0.73% -
XYZ 26.89 13.84 33.6 -
YUV 91.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 186 30 158 0 0.84 0.15 0.27 310.77 0.72 0.42
Hex BA 1E 9E 0 54 F 1B 137 48 2A
Octal 272 36 236 0 124 17 33 467 110 52
Binary 10111010 11110 10011110 0 1010100 1111 11011 100110111 1001000 101010

Color Harmonies of #BA1E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E9E

Black with #BA1E9E

Text Example


Text Example

White with #BA1E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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