Html Css Color HEX #BA1E79 Medium Violet Red

📋 copy color: '#BA1E79'

red 186 ◦ green 30 ◦ blue 121

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

Shades of Medium Violet Red #BA1E79

Tints of Medium Violet Red #BA1E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 55.19%
G = 8.9%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1E79 (or 0xBA1E79) is known color: Medium Violet Red. HEX triplet: BA, 1E and 79. RGB value is (186,30,121). Sum of RGB (Red+Green+Blue) = 186+30+121=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E79 is #45E186. Grayscale: #565656. Windows color (decimal): -4579719 or 7937722. OLE color: 7937722.

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

Color convert

RGB 186 30 121 -
CMYK 0 0.84 0.35 0.27
HSL 325º 0.72% 0.42% -
HSV(B) 325º 0.84% 0.73% -
XYZ 24.17 12.75 19.28 -
YUV 87.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 186 30 121 0 0.84 0.35 0.27 325 0.72 0.42
Hex BA 1E 79 0 54 23 1B 145 48 2A
Octal 272 36 171 0 124 43 33 505 110 52
Binary 10111010 11110 1111001 0 1010100 100011 11011 101000101 1001000 101010

Color Harmonies of #BA1E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E79

Black with #BA1E79

Text Example


Text Example

White with #BA1E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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