Html Css Color HEX #BA0291 Medium Violet Red

📋 copy color: '#BA0291'

red 186 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #BA0291

Tints of Medium Violet Red #BA0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 55.86%
G = 0.6%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0291 (or 0xBA0291) is known color: Medium Violet Red. HEX triplet: BA, 02 and 91. RGB value is (186,2,145). Sum of RGB (Red+Green+Blue) = 186+2+145=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0291 is #45FD6E. Grayscale: #484848. Windows color (decimal): -4586863 or 9503418. OLE color: 9503418.

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

Color convert

RGB 186 2 145 -
CMYK 0 0.99 0.22 0.27
HSL 313.37º 0.98% 0.37% -
HSV(B) 313.37º 0.99% 0.73% -
XYZ 25.38 12.53 27.87 -
YUV 73.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 186 2 145 0 0.99 0.22 0.27 313.37 0.98 0.37
Hex BA 2 91 0 63 16 1B 139 62 25
Octal 272 2 221 0 143 26 33 471 142 45
Binary 10111010 10 10010001 0 1100011 10110 11011 100111001 1100010 100101

Color Harmonies of #BA0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0291

Black with #BA0291

Text Example


Text Example

White with #BA0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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