Html Css Color HEX #BA2194 Medium Violet Red

📋 copy color: '#BA2194'

red 186 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #BA2194

Tints of Medium Violet Red #BA2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 50.68%
G = 8.99%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2194 (or 0xBA2194) is known color: Medium Violet Red. HEX triplet: BA, 21 and 94. RGB value is (186,33,148). Sum of RGB (Red+Green+Blue) = 186+33+148=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2194 is #45DE6B. Grayscale: #5B5B5B. Windows color (decimal): -4578924 or 9707962. OLE color: 9707962.

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

Color convert

RGB 186 33 148 -
CMYK 0 0.82 0.20 0.27
HSL 314.9º 0.7% 0.43% -
HSV(B) 314.9º 0.82% 0.73% -
XYZ 26.14 13.66 29.28 -
YUV 91.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 186 33 148 0 0.82 0.20 0.27 314.9 0.7 0.43
Hex BA 21 94 0 52 14 1B 13B 46 2B
Octal 272 41 224 0 122 24 33 473 106 53
Binary 10111010 100001 10010100 0 1010010 10100 11011 100111011 1000110 101011

Color Harmonies of #BA2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2194

Black with #BA2194

Text Example


Text Example

White with #BA2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2194; }

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

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

background-color css

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

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

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

border-color css

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

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

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