Html Css Color HEX #BA1EA5 Medium Violet Red

📋 copy color: '#BA1EA5'

red 186 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #BA1EA5

Tints of Medium Violet Red #BA1EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 48.82%
G = 7.87%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA1EA5 (or 0xBA1EA5) is known color: Medium Violet Red. HEX triplet: BA, 1E and A5. RGB value is (186,30,165). Sum of RGB (Red+Green+Blue) = 186+30+165=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EA5 is #45E15A. Grayscale: #5B5B5B. Windows color (decimal): -4579675 or 10821306. OLE color: 10821306.

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

Color convert

RGB 186 30 165 -
CMYK 0 0.84 0.11 0.27
HSL 308.08º 0.72% 0.42% -
HSV(B) 308.08º 0.84% 0.73% -
XYZ 27.51 14.08 36.87 -
YUV 92.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 186 30 165 0 0.84 0.11 0.27 308.08 0.72 0.42
Hex BA 1E A5 0 54 B 1B 134 48 2A
Octal 272 36 245 0 124 13 33 464 110 52
Binary 10111010 11110 10100101 0 1010100 1011 11011 100110100 1001000 101010

Color Harmonies of #BA1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EA5

Black with #BA1EA5

Text Example


Text Example

White with #BA1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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