Html Css Color HEX #BA0D79 Medium Violet Red

📋 copy color: '#BA0D79'

red 186 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #BA0D79

Tints of Medium Violet Red #BA0D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

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

R = 58.13%
G = 4.06%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0D79 (or 0xBA0D79) is known color: Medium Violet Red. HEX triplet: BA, 0D and 79. RGB value is (186,13,121). Sum of RGB (Red+Green+Blue) = 186+13+121=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D79 is #45F286. Grayscale: #4C4C4C. Windows color (decimal): -4584071 or 7933370. OLE color: 7933370.

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

Color convert

RGB 186 13 121 -
CMYK 0 0.93 0.35 0.27
HSL 322.54º 0.87% 0.39% -
HSV(B) 322.54º 0.93% 0.73% -
XYZ 23.84 12.11 19.17 -
YUV 77.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 186 13 121 0 0.93 0.35 0.27 322.54 0.87 0.39
Hex BA D 79 0 5D 23 1B 143 57 27
Octal 272 15 171 0 135 43 33 503 127 47
Binary 10111010 1101 1111001 0 1011101 100011 11011 101000011 1010111 100111

Color Harmonies of #BA0D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D79

Black with #BA0D79

Text Example


Text Example

White with #BA0D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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