Html Css Color HEX #BA1974 Medium Violet Red

📋 copy color: '#BA1974'

red 186 ◦ green 25 ◦ blue 116

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

Shades of Medium Violet Red #BA1974

Tints of Medium Violet Red #BA1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 56.88%
G = 7.65%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA1974 (or 0xBA1974) is known color: Medium Violet Red. HEX triplet: BA, 19 and 74. RGB value is (186,25,116). Sum of RGB (Red+Green+Blue) = 186+25+116=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1974 is #45E68B. Grayscale: #535353. Windows color (decimal): -4581004 or 7608762. OLE color: 7608762.

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

Color convert

RGB 186 25 116 -
CMYK 0 0.87 0.38 0.27
HSL 326.09º 0.76% 0.41% -
HSV(B) 326.09º 0.87% 0.73% -
XYZ 23.75 12.4 17.66 -
YUV 83.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 186 25 116 0 0.87 0.38 0.27 326.09 0.76 0.41
Hex BA 19 74 0 57 26 1B 146 4C 29
Octal 272 31 164 0 127 46 33 506 114 51
Binary 10111010 11001 1110100 0 1010111 100110 11011 101000110 1001100 101001

Color Harmonies of #BA1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1974

Black with #BA1974

Text Example


Text Example

White with #BA1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1974; }

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

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

background-color css

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

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

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

border-color css

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

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

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