Html Css Color HEX #BA0C79 Medium Violet Red

📋 copy color: '#BA0C79'

red 186 ◦ green 12 ◦ blue 121

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

Shades of Medium Violet Red #BA0C79

Tints of Medium Violet Red #BA0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

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

R = 58.31%
G = 3.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0C79 (or 0xBA0C79) is known color: Medium Violet Red. HEX triplet: BA, 0C and 79. RGB value is (186,12,121). Sum of RGB (Red+Green+Blue) = 186+12+121=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C79 is #45F386. Grayscale: #4C4C4C. Windows color (decimal): -4584327 or 7933114. OLE color: 7933114.

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

Color convert

RGB 186 12 121 -
CMYK 0 0.94 0.35 0.27
HSL 322.41º 0.88% 0.39% -
HSV(B) 322.41º 0.94% 0.73% -
XYZ 23.83 12.08 19.17 -
YUV 76.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 186 12 121 0 0.94 0.35 0.27 322.41 0.88 0.39
Hex BA C 79 0 5E 23 1B 142 58 27
Octal 272 14 171 0 136 43 33 502 130 47
Binary 10111010 1100 1111001 0 1011110 100011 11011 101000010 1011000 100111

Color Harmonies of #BA0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C79

Black with #BA0C79

Text Example


Text Example

White with #BA0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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