Html Css Color HEX #BA0C80 Medium Violet Red

📋 copy color: '#BA0C80'

red 186 ◦ green 12 ◦ blue 128

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

Shades of Medium Violet Red #BA0C80

Tints of Medium Violet Red #BA0C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 57.06%
G = 3.68%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0C80 (or 0xBA0C80) is known color: Medium Violet Red. HEX triplet: BA, 0C and 80. RGB value is (186,12,128). Sum of RGB (Red+Green+Blue) = 186+12+128=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0C80 is #45F37F. Grayscale: #4C4C4C. Windows color (decimal): -4584320 or 8391866. OLE color: 8391866.

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

Color convert

RGB 186 12 128 -
CMYK 0 0.94 0.31 0.27
HSL 320º 0.88% 0.39% -
HSV(B) 320º 0.94% 0.73% -
XYZ 24.28 12.26 21.51 -
YUV 77.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 186 12 128 0 0.94 0.31 0.27 320 0.88 0.39
Hex BA C 80 0 5E 1F 1B 140 58 27
Octal 272 14 200 0 136 37 33 500 130 47
Binary 10111010 1100 10000000 0 1011110 11111 11011 101000000 1011000 100111

Color Harmonies of #BA0C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C80

Black with #BA0C80

Text Example


Text Example

White with #BA0C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C80; }

 p { color: rgb(186,12,128); }

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

background-color css

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

 a { background-color: rgb(186,12,128); }

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

border-color css

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

 span { border-color: rgb(186,12,128); }

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