Html Css Color HEX #BA2196 Medium Violet Red

📋 copy color: '#BA2196'

red 186 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #BA2196

Tints of Medium Violet Red #BA2196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 50.41%
G = 8.94%
B = 40.65%

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

#BA2196 (or 0xBA2196) is known color: Medium Violet Red. HEX triplet: BA, 21 and 96. RGB value is (186,33,150). Sum of RGB (Red+Green+Blue) = 186+33+150=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2196 is #45DE69. Grayscale: #5B5B5B. Windows color (decimal): -4578922 or 9839034. OLE color: 9839034.

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

Color convert

RGB 186 33 150 -
CMYK 0 0.82 0.19 0.27
HSL 314.12º 0.7% 0.43% -
HSV(B) 314.12º 0.82% 0.73% -
XYZ 26.3 13.73 30.12 -
YUV 92.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 186 33 150 0 0.82 0.19 0.27 314.12 0.7 0.43
Hex BA 21 96 0 52 13 1B 13A 46 2B
Octal 272 41 226 0 122 23 33 472 106 53
Binary 10111010 100001 10010110 0 1010010 10011 11011 100111010 1000110 101011

Color Harmonies of #BA2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2196

Black with #BA2196

Text Example


Text Example

White with #BA2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2196; }

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

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

background-color css

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

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

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

border-color css

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

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

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