Html Css Color HEX #BA2372 Medium Red Violet

📋 copy color: '#BA2372'

red 186 ◦ green 35 ◦ blue 114

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

Shades of Medium Red Violet #BA2372

Tints of Medium Red Violet #BA2372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 55.52%
G = 10.45%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2372 (or 0xBA2372) is known color: Medium Red Violet. HEX triplet: BA, 23 and 72. RGB value is (186,35,114). Sum of RGB (Red+Green+Blue) = 186+35+114=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2372 is #45DC8D. Grayscale: #585858. Windows color (decimal): -4578446 or 7480250. OLE color: 7480250.

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

Color convert

RGB 186 35 114 -
CMYK 0 0.81 0.39 0.27
HSL 328.61º 0.68% 0.43% -
HSV(B) 328.61º 0.81% 0.73% -
XYZ 23.89 12.86 17.14 -
YUV 89.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 186 35 114 0 0.81 0.39 0.27 328.61 0.68 0.43
Hex BA 23 72 0 51 27 1B 149 44 2B
Octal 272 43 162 0 121 47 33 511 104 53
Binary 10111010 100011 1110010 0 1010001 100111 11011 101001001 1000100 101011

Color Harmonies of #BA2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2372

Black with #BA2372

Text Example


Text Example

White with #BA2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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