Html Css Color HEX #BA1F73 Medium Violet Red

📋 copy color: '#BA1F73'

red 186 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #BA1F73

Tints of Medium Violet Red #BA1F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.34%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 56.02%
G = 9.34%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA1F73 (or 0xBA1F73) is known color: Medium Violet Red. HEX triplet: BA, 1F and 73. RGB value is (186,31,115). Sum of RGB (Red+Green+Blue) = 186+31+115=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F73 is #45E08C. Grayscale: #565656. Windows color (decimal): -4579469 or 7544762. OLE color: 7544762.

HSL color Cylindrical-coordinate representation of color #BA1F73: hue angle of 327.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F73 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 115 -
CMYK 0 0.83 0.38 0.27
HSL 327.48º 0.71% 0.43% -
HSV(B) 327.48º 0.83% 0.73% -
XYZ 23.83 12.66 17.41 -
YUV 86.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 186 31 115 0 0.83 0.38 0.27 327.48 0.71 0.43
Hex BA 1F 73 0 53 26 1B 147 47 2B
Octal 272 37 163 0 123 46 33 507 107 53
Binary 10111010 11111 1110011 0 1010011 100110 11011 101000111 1000111 101011

Color Harmonies of #BA1F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F73

Black with #BA1F73

Text Example


Text Example

White with #BA1F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F73; }

 p { color: rgb(186,31,115); }

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

background-color css

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

 a { background-color: rgb(186,31,115); }

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

border-color css

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

 span { border-color: rgb(186,31,115); }

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