Html Css Color HEX #BA0493 Medium Violet Red

📋 copy color: '#BA0493'

red 186 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #BA0493

Tints of Medium Violet Red #BA0493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 55.19%
G = 1.19%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA0493 (or 0xBA0493) is known color: Medium Violet Red. HEX triplet: BA, 04 and 93. RGB value is (186,4,147). Sum of RGB (Red+Green+Blue) = 186+4+147=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0493 is #45FB6C. Grayscale: #4A4A4A. Windows color (decimal): -4586349 or 9635002. OLE color: 9635002.

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

Color convert

RGB 186 4 147 -
CMYK 0 0.98 0.21 0.27
HSL 312.86º 0.96% 0.37% -
HSV(B) 312.86º 0.98% 0.73% -
XYZ 25.56 12.63 28.69 -
YUV 74.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 186 4 147 0 0.98 0.21 0.27 312.86 0.96 0.37
Hex BA 4 93 0 62 15 1B 139 60 25
Octal 272 4 223 0 142 25 33 471 140 45
Binary 10111010 100 10010011 0 1100010 10101 11011 100111001 1100000 100101

Color Harmonies of #BA0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0493

Black with #BA0493

Text Example


Text Example

White with #BA0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0493; }

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

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

background-color css

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

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

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

border-color css

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

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

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