Html Css Color HEX #BA19A4 Medium Violet Red

📋 copy color: '#BA19A4'

red 186 ◦ green 25 ◦ blue 164

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

Shades of Medium Violet Red #BA19A4

Tints of Medium Violet Red #BA19A4

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

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

R = 49.6%
G = 6.67%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA19A4 (or 0xBA19A4) is known color: Medium Violet Red. HEX triplet: BA, 19 and A4. RGB value is (186,25,164). Sum of RGB (Red+Green+Blue) = 186+25+164=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19A4 is #45E65B. Grayscale: #585858. Windows color (decimal): -4580956 or 10754490. OLE color: 10754490.

HSL color Cylindrical-coordinate representation of color #BA19A4: hue angle of 308.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19A4 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 164 -
CMYK 0 0.87 0.12 0.27
HSL 308.2º 0.76% 0.41% -
HSV(B) 308.2º 0.87% 0.73% -
XYZ 27.3 13.81 36.35 -
YUV 88.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 186 25 164 0 0.87 0.12 0.27 308.2 0.76 0.41
Hex BA 19 A4 0 57 C 1B 134 4C 29
Octal 272 31 244 0 127 14 33 464 114 51
Binary 10111010 11001 10100100 0 1010111 1100 11011 100110100 1001100 101001

Color Harmonies of #BA19A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19A4

Black with #BA19A4

Text Example


Text Example

White with #BA19A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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