Html Css Color HEX #BA2276 Medium Red Violet

📋 copy color: '#BA2276'

red 186 ◦ green 34 ◦ blue 118

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

Shades of Medium Red Violet #BA2276

Tints of Medium Red Violet #BA2276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 55.03%
G = 10.06%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA2276 (or 0xBA2276) is known color: Medium Red Violet. HEX triplet: BA, 22 and 76. RGB value is (186,34,118). Sum of RGB (Red+Green+Blue) = 186+34+118=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2276 is #45DD89. Grayscale: #585858. Windows color (decimal): -4578698 or 7742138. OLE color: 7742138.

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

Color convert

RGB 186 34 118 -
CMYK 0 0.82 0.37 0.27
HSL 326.84º 0.69% 0.43% -
HSV(B) 326.84º 0.82% 0.73% -
XYZ 24.09 12.89 18.36 -
YUV 89.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 186 34 118 0 0.82 0.37 0.27 326.84 0.69 0.43
Hex BA 22 76 0 52 25 1B 147 45 2B
Octal 272 42 166 0 122 45 33 507 105 53
Binary 10111010 100010 1110110 0 1010010 100101 11011 101000111 1000101 101011

Color Harmonies of #BA2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2276

Black with #BA2276

Text Example


Text Example

White with #BA2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2276; }

 p { color: rgb(186,34,118); }

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

background-color css

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

 a { background-color: rgb(186,34,118); }

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

border-color css

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

 span { border-color: rgb(186,34,118); }

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