Html Css Color HEX #BA0191 Medium Violet Red

📋 copy color: '#BA0191'

red 186 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #BA0191

Tints of Medium Violet Red #BA0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.02%
G = 0.3%
B = 43.67%

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

#BA0191 (or 0xBA0191) is known color: Medium Violet Red. HEX triplet: BA, 01 and 91. RGB value is (186,1,145). Sum of RGB (Red+Green+Blue) = 186+1+145=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0191 is #45FE6E. Grayscale: #484848. Windows color (decimal): -4587119 or 9503162. OLE color: 9503162.

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

Color convert

RGB 186 1 145 -
CMYK 0 0.99 0.22 0.27
HSL 313.3º 0.99% 0.37% -
HSV(B) 313.3º 0.99% 0.73% -
XYZ 25.37 12.51 27.86 -
YUV 72.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 186 1 145 0 0.99 0.22 0.27 313.3 0.99 0.37
Hex BA 1 91 0 63 16 1B 139 63 25
Octal 272 1 221 0 143 26 33 471 143 45
Binary 10111010 1 10010001 0 1100011 10110 11011 100111001 1100011 100101

Color Harmonies of #BA0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0191

Black with #BA0191

Text Example


Text Example

White with #BA0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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