Html Css Color HEX #BA0D77 Medium Violet Red

📋 copy color: '#BA0D77'

red 186 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #BA0D77

Tints of Medium Violet Red #BA0D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 58.49%
G = 4.09%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0D77 (or 0xBA0D77) is known color: Medium Violet Red. HEX triplet: BA, 0D and 77. RGB value is (186,13,119). Sum of RGB (Red+Green+Blue) = 186+13+119=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D77 is #45F288. Grayscale: #4C4C4C. Windows color (decimal): -4584073 or 7802298. OLE color: 7802298.

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

Color convert

RGB 186 13 119 -
CMYK 0 0.93 0.36 0.27
HSL 323.24º 0.87% 0.39% -
HSV(B) 323.24º 0.93% 0.73% -
XYZ 23.72 12.06 18.53 -
YUV 76.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 186 13 119 0 0.93 0.36 0.27 323.24 0.87 0.39
Hex BA D 77 0 5D 24 1B 143 57 27
Octal 272 15 167 0 135 44 33 503 127 47
Binary 10111010 1101 1110111 0 1011101 100100 11011 101000011 1010111 100111

Color Harmonies of #BA0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D77

Black with #BA0D77

Text Example


Text Example

White with #BA0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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