Html Css Color HEX #BA1074 Medium Violet Red

📋 copy color: '#BA1074'

red 186 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #BA1074

Tints of Medium Violet Red #BA1074

RGB

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

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

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

R = 58.49%
G = 5.03%
B = 36.48%

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

#BA1074 (or 0xBA1074) is known color: Medium Violet Red. HEX triplet: BA, 10 and 74. RGB value is (186,16,116). Sum of RGB (Red+Green+Blue) = 186+16+116=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1074 is #45EF8B. Grayscale: #4E4E4E. Windows color (decimal): -4583308 or 7606458. OLE color: 7606458.

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

Color convert

RGB 186 16 116 -
CMYK 0 0.91 0.38 0.27
HSL 324.71º 0.84% 0.4% -
HSV(B) 324.71º 0.91% 0.73% -
XYZ 23.59 12.07 17.61 -
YUV 78.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 186 16 116 0 0.91 0.38 0.27 324.71 0.84 0.4
Hex BA 10 74 0 5B 26 1B 145 54 28
Octal 272 20 164 0 133 46 33 505 124 50
Binary 10111010 10000 1110100 0 1011011 100110 11011 101000101 1010100 101000

Color Harmonies of #BA1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1074

Black with #BA1074

Text Example


Text Example

White with #BA1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1074; }

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

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

background-color css

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

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

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

border-color css

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

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

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