Html Css Color HEX #BA1EA4 Medium Violet Red

📋 copy color: '#BA1EA4'

red 186 ◦ green 30 ◦ blue 164

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

Shades of Medium Violet Red #BA1EA4

Tints of Medium Violet Red #BA1EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.16%

R = 48.95%
G = 7.89%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA1EA4 (or 0xBA1EA4) is known color: Medium Violet Red. HEX triplet: BA, 1E and A4. RGB value is (186,30,164). Sum of RGB (Red+Green+Blue) = 186+30+164=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EA4 is #45E15B. Grayscale: #5B5B5B. Windows color (decimal): -4579676 or 10755770. OLE color: 10755770.

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

Color convert

RGB 186 30 164 -
CMYK 0 0.84 0.12 0.27
HSL 308.46º 0.72% 0.42% -
HSV(B) 308.46º 0.84% 0.73% -
XYZ 27.41 14.05 36.39 -
YUV 91.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 186 30 164 0 0.84 0.12 0.27 308.46 0.72 0.42
Hex BA 1E A4 0 54 C 1B 134 48 2A
Octal 272 36 244 0 124 14 33 464 110 52
Binary 10111010 11110 10100100 0 1010100 1100 11011 100110100 1001000 101010

Color Harmonies of #BA1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EA4

Black with #BA1EA4

Text Example


Text Example

White with #BA1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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