Html Css Color HEX #BA2399 Medium Red Violet

📋 copy color: '#BA2399'

red 186 ◦ green 35 ◦ blue 153

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

Shades of Medium Red Violet #BA2399

Tints of Medium Red Violet #BA2399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.36%

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

R = 49.73%
G = 9.36%
B = 40.91%

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

#BA2399 (or 0xBA2399) is known color: Medium Red Violet. HEX triplet: BA, 23 and 99. RGB value is (186,35,153). Sum of RGB (Red+Green+Blue) = 186+35+153=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2399 is #45DC66. Grayscale: #5D5D5D. Windows color (decimal): -4578407 or 10036154. OLE color: 10036154.

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

Color convert

RGB 186 35 153 -
CMYK 0 0.81 0.18 0.27
HSL 313.11º 0.68% 0.43% -
HSV(B) 313.11º 0.81% 0.73% -
XYZ 26.6 13.94 31.43 -
YUV 93.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 186 35 153 0 0.81 0.18 0.27 313.11 0.68 0.43
Hex BA 23 99 0 51 12 1B 139 44 2B
Octal 272 43 231 0 121 22 33 471 104 53
Binary 10111010 100011 10011001 0 1010001 10010 11011 100111001 1000100 101011

Color Harmonies of #BA2399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2399

Black with #BA2399

Text Example


Text Example

White with #BA2399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2399; }

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

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

background-color css

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

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

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

border-color css

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

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

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