Html Css Color HEX #BA2494 Medium Red Violet

📋 copy color: '#BA2494'

red 186 ◦ green 36 ◦ blue 148

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

Shades of Medium Red Violet #BA2494

Tints of Medium Red Violet #BA2494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.73%

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

R = 50.27%
G = 9.73%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2494 (or 0xBA2494) is known color: Medium Red Violet. HEX triplet: BA, 24 and 94. RGB value is (186,36,148). Sum of RGB (Red+Green+Blue) = 186+36+148=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2494 is #45DB6B. Grayscale: #5D5D5D. Windows color (decimal): -4578156 or 9708730. OLE color: 9708730.

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

Color convert

RGB 186 36 148 -
CMYK 0 0.81 0.20 0.27
HSL 315.2º 0.68% 0.44% -
HSV(B) 315.2º 0.81% 0.73% -
XYZ 26.23 13.84 29.31 -
YUV 93.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 186 36 148 0 0.81 0.20 0.27 315.2 0.68 0.44
Hex BA 24 94 0 51 14 1B 13B 44 2C
Octal 272 44 224 0 121 24 33 473 104 54
Binary 10111010 100100 10010100 0 1010001 10100 11011 100111011 1000100 101100

Color Harmonies of #BA2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2494

Black with #BA2494

Text Example


Text Example

White with #BA2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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