Html Css Color HEX #BA0D76 Medium Violet Red

📋 copy color: '#BA0D76'

red 186 ◦ green 13 ◦ blue 118

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

Shades of Medium Violet Red #BA0D76

Tints of Medium Violet Red #BA0D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 58.68%
G = 4.1%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0D76 (or 0xBA0D76) is known color: Medium Violet Red. HEX triplet: BA, 0D and 76. RGB value is (186,13,118). Sum of RGB (Red+Green+Blue) = 186+13+118=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D76 is #45F289. Grayscale: #4C4C4C. Windows color (decimal): -4584074 or 7736762. OLE color: 7736762.

HSL color Cylindrical-coordinate representation of color #BA0D76: hue angle of 323.58º 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 #BA0D76 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 118 -
CMYK 0 0.93 0.37 0.27
HSL 323.58º 0.87% 0.39% -
HSV(B) 323.58º 0.93% 0.73% -
XYZ 23.66 12.03 18.22 -
YUV 76.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 186 13 118 0 0.93 0.37 0.27 323.58 0.87 0.39
Hex BA D 76 0 5D 25 1B 144 57 27
Octal 272 15 166 0 135 45 33 504 127 47
Binary 10111010 1101 1110110 0 1011101 100101 11011 101000100 1010111 100111

Color Harmonies of #BA0D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D76

Black with #BA0D76

Text Example


Text Example

White with #BA0D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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