Html Css Color HEX #BA2877 Medium Red Violet

📋 copy color: '#BA2877'

red 186 ◦ green 40 ◦ blue 119

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

Shades of Medium Red Violet #BA2877

Tints of Medium Red Violet #BA2877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 53.91%
G = 11.59%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA2877 (or 0xBA2877) is known color: Medium Red Violet. HEX triplet: BA, 28 and 77. RGB value is (186,40,119). Sum of RGB (Red+Green+Blue) = 186+40+119=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2877 is #45D788. Grayscale: #5C5C5C. Windows color (decimal): -4577161 or 7809210. OLE color: 7809210.

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

Color convert

RGB 186 40 119 -
CMYK 0 0.78 0.36 0.27
HSL 327.53º 0.65% 0.44% -
HSV(B) 327.53º 0.78% 0.73% -
XYZ 24.34 13.29 18.73 -
YUV 92.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 186 40 119 0 0.78 0.36 0.27 327.53 0.65 0.44
Hex BA 28 77 0 4E 24 1B 148 41 2C
Octal 272 50 167 0 116 44 33 510 101 54
Binary 10111010 101000 1110111 0 1001110 100100 11011 101001000 1000001 101100

Color Harmonies of #BA2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2877

Black with #BA2877

Text Example


Text Example

White with #BA2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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