Html Css Color HEX #BA2496 Medium Red Violet

📋 copy color: '#BA2496'

red 186 ◦ green 36 ◦ blue 150

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

Shades of Medium Red Violet #BA2496

Tints of Medium Red Violet #BA2496

RGB

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

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

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

R = 50%
G = 9.68%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2496 (or 0xBA2496) is known color: Medium Red Violet. HEX triplet: BA, 24 and 96. RGB value is (186,36,150). Sum of RGB (Red+Green+Blue) = 186+36+150=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2496 is #45DB69. Grayscale: #5D5D5D. Windows color (decimal): -4578154 or 9839802. OLE color: 9839802.

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

Color convert

RGB 186 36 150 -
CMYK 0 0.81 0.19 0.27
HSL 314.4º 0.68% 0.44% -
HSV(B) 314.4º 0.81% 0.73% -
XYZ 26.39 13.9 30.15 -
YUV 93.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 186 36 150 0 0.81 0.19 0.27 314.4 0.68 0.44
Hex BA 24 96 0 51 13 1B 13A 44 2C
Octal 272 44 226 0 121 23 33 472 104 54
Binary 10111010 100100 10010110 0 1010001 10011 11011 100111010 1000100 101100

Color Harmonies of #BA2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2496

Black with #BA2496

Text Example


Text Example

White with #BA2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2496; }

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

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

background-color css

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

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

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

border-color css

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

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

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