Html Css Color HEX #BA2197 Medium Violet Red

📋 copy color: '#BA2197'

red 186 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #BA2197

Tints of Medium Violet Red #BA2197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 50.27%
G = 8.92%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2197 (or 0xBA2197) is known color: Medium Violet Red. HEX triplet: BA, 21 and 97. RGB value is (186,33,151). Sum of RGB (Red+Green+Blue) = 186+33+151=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2197 is #45DE68. Grayscale: #5B5B5B. Windows color (decimal): -4578921 or 9904570. OLE color: 9904570.

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

Color convert

RGB 186 33 151 -
CMYK 0 0.82 0.19 0.27
HSL 313.73º 0.7% 0.43% -
HSV(B) 313.73º 0.82% 0.73% -
XYZ 26.38 13.76 30.54 -
YUV 92.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 186 33 151 0 0.82 0.19 0.27 313.73 0.7 0.43
Hex BA 21 97 0 52 13 1B 13A 46 2B
Octal 272 41 227 0 122 23 33 472 106 53
Binary 10111010 100001 10010111 0 1010010 10011 11011 100111010 1000110 101011

Color Harmonies of #BA2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2197

Black with #BA2197

Text Example


Text Example

White with #BA2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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