Html Css Color HEX #BA0279 Medium Violet Red

📋 copy color: '#BA0279'

red 186 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #BA0279

Tints of Medium Violet Red #BA0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 60.19%
G = 0.65%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0279 (or 0xBA0279) is known color: Medium Violet Red. HEX triplet: BA, 02 and 79. RGB value is (186,2,121). Sum of RGB (Red+Green+Blue) = 186+2+121=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0279 is #45FD86. Grayscale: #464646. Windows color (decimal): -4586887 or 7930554. OLE color: 7930554.

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

Color convert

RGB 186 2 121 -
CMYK 0 0.99 0.35 0.27
HSL 321.2º 0.98% 0.37% -
HSV(B) 321.2º 0.99% 0.73% -
XYZ 23.72 11.86 19.13 -
YUV 70.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 186 2 121 0 0.99 0.35 0.27 321.2 0.98 0.37
Hex BA 2 79 0 63 23 1B 141 62 25
Octal 272 2 171 0 143 43 33 501 142 45
Binary 10111010 10 1111001 0 1100011 100011 11011 101000001 1100010 100101

Color Harmonies of #BA0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0279

Black with #BA0279

Text Example


Text Example

White with #BA0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0279; }

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

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

background-color css

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

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

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

border-color css

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

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

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