Html Css Color HEX #BA0679 Medium Violet Red

📋 copy color: '#BA0679'

red 186 ◦ green 6 ◦ blue 121

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

Shades of Medium Violet Red #BA0679

Tints of Medium Violet Red #BA0679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 59.42%
G = 1.92%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0679 (or 0xBA0679) is known color: Medium Violet Red. HEX triplet: BA, 06 and 79. RGB value is (186,6,121). Sum of RGB (Red+Green+Blue) = 186+6+121=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0679 is #45F986. Grayscale: #484848. Windows color (decimal): -4585863 or 7931578. OLE color: 7931578.

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

Color convert

RGB 186 6 121 -
CMYK 0 0.97 0.35 0.27
HSL 321.67º 0.94% 0.38% -
HSV(B) 321.67º 0.97% 0.73% -
XYZ 23.77 11.95 19.14 -
YUV 72.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 186 6 121 0 0.97 0.35 0.27 321.67 0.94 0.38
Hex BA 6 79 0 61 23 1B 142 5E 26
Octal 272 6 171 0 141 43 33 502 136 46
Binary 10111010 110 1111001 0 1100001 100011 11011 101000010 1011110 100110

Color Harmonies of #BA0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0679

Black with #BA0679

Text Example


Text Example

White with #BA0679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0679; }

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

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

background-color css

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

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

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

border-color css

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

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

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