Html Css Color HEX #BA1472 Medium Violet Red

📋 copy color: '#BA1472'

red 186 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #BA1472

Tints of Medium Violet Red #BA1472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 58.13%
G = 6.25%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA1472 (or 0xBA1472) is known color: Medium Violet Red. HEX triplet: BA, 14 and 72. RGB value is (186,20,114). Sum of RGB (Red+Green+Blue) = 186+20+114=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1472 is #45EB8D. Grayscale: #505050. Windows color (decimal): -4582286 or 7476410. OLE color: 7476410.

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

Color convert

RGB 186 20 114 -
CMYK 0 0.89 0.39 0.27
HSL 326.02º 0.81% 0.4% -
HSV(B) 326.02º 0.89% 0.73% -
XYZ 23.54 12.15 17.03 -
YUV 80.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 186 20 114 0 0.89 0.39 0.27 326.02 0.81 0.4
Hex BA 14 72 0 59 27 1B 146 51 28
Octal 272 24 162 0 131 47 33 506 121 50
Binary 10111010 10100 1110010 0 1011001 100111 11011 101000110 1010001 101000

Color Harmonies of #BA1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1472

Black with #BA1472

Text Example


Text Example

White with #BA1472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1472; }

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

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

background-color css

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

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

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

border-color css

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

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

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