Html Css Color HEX #BA2473 Medium Red Violet

📋 copy color: '#BA2473'

red 186 ◦ green 36 ◦ blue 115

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

Shades of Medium Red Violet #BA2473

Tints of Medium Red Violet #BA2473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 55.19%
G = 10.68%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2473 (or 0xBA2473) is known color: Medium Red Violet. HEX triplet: BA, 24 and 73. RGB value is (186,36,115). Sum of RGB (Red+Green+Blue) = 186+36+115=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2473 is #45DB8C. Grayscale: #595959. Windows color (decimal): -4578189 or 7546042. OLE color: 7546042.

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

Color convert

RGB 186 36 115 -
CMYK 0 0.81 0.38 0.27
HSL 328.4º 0.68% 0.44% -
HSV(B) 328.4º 0.81% 0.73% -
XYZ 23.98 12.94 17.45 -
YUV 89.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 186 36 115 0 0.81 0.38 0.27 328.4 0.68 0.44
Hex BA 24 73 0 51 26 1B 148 44 2C
Octal 272 44 163 0 121 46 33 510 104 54
Binary 10111010 100100 1110011 0 1010001 100110 11011 101001000 1000100 101100

Color Harmonies of #BA2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2473

Black with #BA2473

Text Example


Text Example

White with #BA2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2473; }

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

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

background-color css

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

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

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

border-color css

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

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

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