Html Css Color HEX #BA1073 Medium Violet Red

📋 copy color: '#BA1073'

red 186 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #BA1073

Tints of Medium Violet Red #BA1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 58.68%
G = 5.05%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA1073 (or 0xBA1073) is known color: Medium Violet Red. HEX triplet: BA, 10 and 73. RGB value is (186,16,115). Sum of RGB (Red+Green+Blue) = 186+16+115=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1073 is #45EF8C. Grayscale: #4D4D4D. Windows color (decimal): -4583309 or 7540922. OLE color: 7540922.

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

Color convert

RGB 186 16 115 -
CMYK 0 0.91 0.38 0.27
HSL 325.06º 0.84% 0.4% -
HSV(B) 325.06º 0.91% 0.73% -
XYZ 23.53 12.05 17.3 -
YUV 78.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 186 16 115 0 0.91 0.38 0.27 325.06 0.84 0.4
Hex BA 10 73 0 5B 26 1B 145 54 28
Octal 272 20 163 0 133 46 33 505 124 50
Binary 10111010 10000 1110011 0 1011011 100110 11011 101000101 1010100 101000

Color Harmonies of #BA1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1073

Black with #BA1073

Text Example


Text Example

White with #BA1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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