Html Css Color HEX #BA1475 Medium Violet Red

📋 copy color: '#BA1475'

red 186 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #BA1475

Tints of Medium Violet Red #BA1475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 57.59%
G = 6.19%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1475 (or 0xBA1475) is known color: Medium Violet Red. HEX triplet: BA, 14 and 75. RGB value is (186,20,117). Sum of RGB (Red+Green+Blue) = 186+20+117=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1475 is #45EB8A. Grayscale: #505050. Windows color (decimal): -4582283 or 7673018. OLE color: 7673018.

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

Color convert

RGB 186 20 117 -
CMYK 0 0.89 0.37 0.27
HSL 324.94º 0.81% 0.4% -
HSV(B) 324.94º 0.89% 0.73% -
XYZ 23.71 12.22 17.94 -
YUV 80.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 186 20 117 0 0.89 0.37 0.27 324.94 0.81 0.4
Hex BA 14 75 0 59 25 1B 145 51 28
Octal 272 24 165 0 131 45 33 505 121 50
Binary 10111010 10100 1110101 0 1011001 100101 11011 101000101 1010001 101000

Color Harmonies of #BA1475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1475

Black with #BA1475

Text Example


Text Example

White with #BA1475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1475; }

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

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

background-color css

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

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

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

border-color css

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

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

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