Html Css Color HEX #BA1972 Medium Violet Red

📋 copy color: '#BA1972'

red 186 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #BA1972

Tints of Medium Violet Red #BA1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

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

R = 57.23%
G = 7.69%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA1972 (or 0xBA1972) is known color: Medium Violet Red. HEX triplet: BA, 19 and 72. RGB value is (186,25,114). Sum of RGB (Red+Green+Blue) = 186+25+114=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1972 is #45E68D. Grayscale: #535353. Windows color (decimal): -4581006 or 7477690. OLE color: 7477690.

HSL color Cylindrical-coordinate representation of color #BA1972: hue angle of 326.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1972 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 114 -
CMYK 0 0.87 0.39 0.27
HSL 326.83º 0.76% 0.41% -
HSV(B) 326.83º 0.87% 0.73% -
XYZ 23.63 12.35 17.06 -
YUV 83.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 186 25 114 0 0.87 0.39 0.27 326.83 0.76 0.41
Hex BA 19 72 0 57 27 1B 147 4C 29
Octal 272 31 162 0 127 47 33 507 114 51
Binary 10111010 11001 1110010 0 1010111 100111 11011 101000111 1001100 101001

Color Harmonies of #BA1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1972

Black with #BA1972

Text Example


Text Example

White with #BA1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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