Html Css Color HEX #BA2373 Medium Red Violet

📋 copy color: '#BA2373'

red 186 ◦ green 35 ◦ blue 115

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

Shades of Medium Red Violet #BA2373

Tints of Medium Red Violet #BA2373

RGB

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

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

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

R = 55.36%
G = 10.42%
B = 34.23%

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

#BA2373 (or 0xBA2373) is known color: Medium Red Violet. HEX triplet: BA, 23 and 73. RGB value is (186,35,115). Sum of RGB (Red+Green+Blue) = 186+35+115=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2373 is #45DC8C. Grayscale: #595959. Windows color (decimal): -4578445 or 7545786. OLE color: 7545786.

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

Color convert

RGB 186 35 115 -
CMYK 0 0.81 0.38 0.27
HSL 328.21º 0.68% 0.43% -
HSV(B) 328.21º 0.81% 0.73% -
XYZ 23.95 12.88 17.44 -
YUV 89.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 186 35 115 0 0.81 0.38 0.27 328.21 0.68 0.43
Hex BA 23 73 0 51 26 1B 148 44 2B
Octal 272 43 163 0 121 46 33 510 104 53
Binary 10111010 100011 1110011 0 1010001 100110 11011 101001000 1000100 101011

Color Harmonies of #BA2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2373

Black with #BA2373

Text Example


Text Example

White with #BA2373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2373; }

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

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

background-color css

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

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

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

border-color css

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

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

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