Html Css Color HEX #BA2293 Medium Violet Red

📋 copy color: '#BA2293'

red 186 ◦ green 34 ◦ blue 147

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

Shades of Medium Violet Red #BA2293

Tints of Medium Violet Red #BA2293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 50.68%
G = 9.26%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2293 (or 0xBA2293) is known color: Medium Violet Red. HEX triplet: BA, 22 and 93. RGB value is (186,34,147). Sum of RGB (Red+Green+Blue) = 186+34+147=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2293 is #45DD6C. Grayscale: #5C5C5C. Windows color (decimal): -4578669 or 9642682. OLE color: 9642682.

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

Color convert

RGB 186 34 147 -
CMYK 0 0.82 0.21 0.27
HSL 315.39º 0.69% 0.43% -
HSV(B) 315.39º 0.82% 0.73% -
XYZ 26.09 13.69 28.87 -
YUV 92.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 186 34 147 0 0.82 0.21 0.27 315.39 0.69 0.43
Hex BA 22 93 0 52 15 1B 13B 45 2B
Octal 272 42 223 0 122 25 33 473 105 53
Binary 10111010 100010 10010011 0 1010010 10101 11011 100111011 1000101 101011

Color Harmonies of #BA2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2293

Black with #BA2293

Text Example


Text Example

White with #BA2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2293; }

 p { color: rgb(186,34,147); }

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

background-color css

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

 a { background-color: rgb(186,34,147); }

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

border-color css

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

 span { border-color: rgb(186,34,147); }

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