Html Css Color HEX #BA2377 Medium Red Violet

📋 copy color: '#BA2377'

red 186 ◦ green 35 ◦ blue 119

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

Shades of Medium Red Violet #BA2377

Tints of Medium Red Violet #BA2377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 54.71%
G = 10.29%
B = 35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA2377 (or 0xBA2377) is known color: Medium Red Violet. HEX triplet: BA, 23 and 77. RGB value is (186,35,119). Sum of RGB (Red+Green+Blue) = 186+35+119=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2377 is #45DC88. Grayscale: #595959. Windows color (decimal): -4578441 or 7807930. OLE color: 7807930.

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

Color convert

RGB 186 35 119 -
CMYK 0 0.81 0.36 0.27
HSL 326.62º 0.68% 0.43% -
HSV(B) 326.62º 0.81% 0.73% -
XYZ 24.18 12.97 18.68 -
YUV 89.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 186 35 119 0 0.81 0.36 0.27 326.62 0.68 0.43
Hex BA 23 77 0 51 24 1B 147 44 2B
Octal 272 43 167 0 121 44 33 507 104 53
Binary 10111010 100011 1110111 0 1010001 100100 11011 101000111 1000100 101011

Color Harmonies of #BA2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2377

Black with #BA2377

Text Example


Text Example

White with #BA2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2377; }

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

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

background-color css

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

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

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

border-color css

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

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

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