Html Css Color HEX #BA0879 Medium Violet Red

📋 copy color: '#BA0879'

red 186 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #BA0879

Tints of Medium Violet Red #BA0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

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

R = 59.05%
G = 2.54%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0879 (or 0xBA0879) is known color: Medium Violet Red. HEX triplet: BA, 08 and 79. RGB value is (186,8,121). Sum of RGB (Red+Green+Blue) = 186+8+121=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0879 is #45F786. Grayscale: #494949. Windows color (decimal): -4585351 or 7932090. OLE color: 7932090.

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

Color convert

RGB 186 8 121 -
CMYK 0 0.96 0.35 0.27
HSL 321.91º 0.92% 0.38% -
HSV(B) 321.91º 0.96% 0.73% -
XYZ 23.79 11.99 19.15 -
YUV 74.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 186 8 121 0 0.96 0.35 0.27 321.91 0.92 0.38
Hex BA 8 79 0 60 23 1B 142 5C 26
Octal 272 10 171 0 140 43 33 502 134 46
Binary 10111010 1000 1111001 0 1100000 100011 11011 101000010 1011100 100110

Color Harmonies of #BA0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0879

Black with #BA0879

Text Example


Text Example

White with #BA0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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