Html Css Color HEX #BA1079 Medium Violet Red

📋 copy color: '#BA1079'

red 186 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #BA1079

Tints of Medium Violet Red #BA1079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 57.59%
G = 4.95%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1079 (or 0xBA1079) is known color: Medium Violet Red. HEX triplet: BA, 10 and 79. RGB value is (186,16,121). Sum of RGB (Red+Green+Blue) = 186+16+121=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1079 is #45EF86. Grayscale: #4E4E4E. Windows color (decimal): -4583303 or 7934138. OLE color: 7934138.

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

Color convert

RGB 186 16 121 -
CMYK 0 0.91 0.35 0.27
HSL 322.94º 0.84% 0.4% -
HSV(B) 322.94º 0.91% 0.73% -
XYZ 23.89 12.19 19.18 -
YUV 78.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 186 16 121 0 0.91 0.35 0.27 322.94 0.84 0.4
Hex BA 10 79 0 5B 23 1B 143 54 28
Octal 272 20 171 0 133 43 33 503 124 50
Binary 10111010 10000 1111001 0 1011011 100011 11011 101000011 1010100 101000

Color Harmonies of #BA1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1079

Black with #BA1079

Text Example


Text Example

White with #BA1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1079; }

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

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

background-color css

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

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

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

border-color css

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

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

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