Html Css Color HEX #BA0379 Medium Violet Red

📋 copy color: '#BA0379'

red 186 ◦ green 3 ◦ blue 121

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

Shades of Medium Violet Red #BA0379

Tints of Medium Violet Red #BA0379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 60%
G = 0.97%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0379 (or 0xBA0379) is known color: Medium Violet Red. HEX triplet: BA, 03 and 79. RGB value is (186,3,121). Sum of RGB (Red+Green+Blue) = 186+3+121=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0379 is #45FC86. Grayscale: #464646. Windows color (decimal): -4586631 or 7930810. OLE color: 7930810.

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

Color convert

RGB 186 3 121 -
CMYK 0 0.98 0.35 0.27
HSL 321.31º 0.97% 0.37% -
HSV(B) 321.31º 0.98% 0.73% -
XYZ 23.73 11.88 19.13 -
YUV 71.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 186 3 121 0 0.98 0.35 0.27 321.31 0.97 0.37
Hex BA 3 79 0 62 23 1B 141 61 25
Octal 272 3 171 0 142 43 33 501 141 45
Binary 10111010 11 1111001 0 1100010 100011 11011 101000001 1100001 100101

Color Harmonies of #BA0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0379

Black with #BA0379

Text Example


Text Example

White with #BA0379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0379; }

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

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

background-color css

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

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

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

border-color css

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

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

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