Html Css Color HEX #BA0494 Medium Violet Red

📋 copy color: '#BA0494'

red 186 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #BA0494

Tints of Medium Violet Red #BA0494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 55.03%
G = 1.18%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA0494 (or 0xBA0494) is known color: Medium Violet Red. HEX triplet: BA, 04 and 94. RGB value is (186,4,148). Sum of RGB (Red+Green+Blue) = 186+4+148=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0494 is #45FB6B. Grayscale: #4A4A4A. Windows color (decimal): -4586348 or 9700538. OLE color: 9700538.

HSL color Cylindrical-coordinate representation of color #BA0494: hue angle of 312.53º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0494 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 148 -
CMYK 0 0.98 0.20 0.27
HSL 312.53º 0.96% 0.37% -
HSV(B) 312.53º 0.98% 0.73% -
XYZ 25.64 12.66 29.11 -
YUV 74.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 186 4 148 0 0.98 0.20 0.27 312.53 0.96 0.37
Hex BA 4 94 0 62 14 1B 139 60 25
Octal 272 4 224 0 142 24 33 471 140 45
Binary 10111010 100 10010100 0 1100010 10100 11011 100111001 1100000 100101

Color Harmonies of #BA0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0494

Black with #BA0494

Text Example


Text Example

White with #BA0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0494; }

 p { color: rgb(186,4,148); }

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

background-color css

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

 a { background-color: rgb(186,4,148); }

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

border-color css

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

 span { border-color: rgb(186,4,148); }

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