Html Css Color HEX #BA0079 Medium Violet Red

📋 copy color: '#BA0079'

red 186 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #BA0079

Tints of Medium Violet Red #BA0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.59%
G = 0%
B = 39.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0079 (or 0xBA0079) is known color: Medium Violet Red. HEX triplet: BA, 00 and 79. RGB value is (186,0,121). Sum of RGB (Red+Green+Blue) = 186+0+121=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0079 is #45FF86. Grayscale: #454545. Windows color (decimal): -4587399 or 7930042. OLE color: 7930042.

HSL color Cylindrical-coordinate representation of color #BA0079: hue angle of 320.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0079 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 121 -
CMYK 0 1 0.35 0.27
HSL 320.97º 1% 0.36% -
HSV(B) 320.97º 1% 0.73% -
XYZ 23.7 11.82 19.12 -
YUV 69.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 186 0 121 0 1 0.35 0.27 320.97 1 0.36
Hex BA 0 79 0 64 23 1B 141 64 24
Octal 272 0 171 0 144 43 33 501 144 44
Binary 10111010 0 1111001 0 1100100 100011 11011 101000001 1100100 100100

Color Harmonies of #BA0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0079

Black with #BA0079

Text Example


Text Example

White with #BA0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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