Html Css Color HEX #BA0491 Medium Violet Red

📋 copy color: '#BA0491'

red 186 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #BA0491

Tints of Medium Violet Red #BA0491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 55.52%
G = 1.19%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0491 (or 0xBA0491) is known color: Medium Violet Red. HEX triplet: BA, 04 and 91. RGB value is (186,4,145). Sum of RGB (Red+Green+Blue) = 186+4+145=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0491 is #45FB6E. Grayscale: #4A4A4A. Windows color (decimal): -4586351 or 9503930. OLE color: 9503930.

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

Color convert

RGB 186 4 145 -
CMYK 0 0.98 0.22 0.27
HSL 313.52º 0.96% 0.37% -
HSV(B) 313.52º 0.98% 0.73% -
XYZ 25.4 12.57 27.88 -
YUV 74.49 167.8 207.54 -
System Red Green Blue C M Y K H S L
Decimal 186 4 145 0 0.98 0.22 0.27 313.52 0.96 0.37
Hex BA 4 91 0 62 16 1B 13A 60 25
Octal 272 4 221 0 142 26 33 472 140 45
Binary 10111010 100 10010001 0 1100010 10110 11011 100111010 1100000 100101

Color Harmonies of #BA0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0491

Black with #BA0491

Text Example


Text Example

White with #BA0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0491; }

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

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

background-color css

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

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

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

border-color css

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

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

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