Html Css Color HEX #BA2499 Medium Red Violet

📋 copy color: '#BA2499'

red 186 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #BA2499

Tints of Medium Red Violet #BA2499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 49.6%
G = 9.6%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2499 (or 0xBA2499) is known color: Medium Red Violet. HEX triplet: BA, 24 and 99. RGB value is (186,36,153). Sum of RGB (Red+Green+Blue) = 186+36+153=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2499 is #45DB66. Grayscale: #5D5D5D. Windows color (decimal): -4578151 or 10036410. OLE color: 10036410.

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

Color convert

RGB 186 36 153 -
CMYK 0 0.81 0.18 0.27
HSL 313.2º 0.68% 0.44% -
HSV(B) 313.2º 0.81% 0.73% -
XYZ 26.63 14 31.44 -
YUV 94.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 186 36 153 0 0.81 0.18 0.27 313.2 0.68 0.44
Hex BA 24 99 0 51 12 1B 139 44 2C
Octal 272 44 231 0 121 22 33 471 104 54
Binary 10111010 100100 10011001 0 1010001 10010 11011 100111001 1000100 101100

Color Harmonies of #BA2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2499

Black with #BA2499

Text Example


Text Example

White with #BA2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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