Html Css Color HEX #BA0880 Medium Violet Red

📋 copy color: '#BA0880'

red 186 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #BA0880

Tints of Medium Violet Red #BA0880

RGB

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

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

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

R = 57.76%
G = 2.48%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0880 (or 0xBA0880) is known color: Medium Violet Red. HEX triplet: BA, 08 and 80. RGB value is (186,8,128). Sum of RGB (Red+Green+Blue) = 186+8+128=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0880 is #45F77F. Grayscale: #4A4A4A. Windows color (decimal): -4585344 or 8390842. OLE color: 8390842.

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

Color convert

RGB 186 8 128 -
CMYK 0 0.96 0.31 0.27
HSL 319.55º 0.92% 0.38% -
HSV(B) 319.55º 0.96% 0.73% -
XYZ 24.23 12.17 21.49 -
YUV 74.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 186 8 128 0 0.96 0.31 0.27 319.55 0.92 0.38
Hex BA 8 80 0 60 1F 1B 140 5C 26
Octal 272 10 200 0 140 37 33 500 134 46
Binary 10111010 1000 10000000 0 1100000 11111 11011 101000000 1011100 100110

Color Harmonies of #BA0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0880

Black with #BA0880

Text Example


Text Example

White with #BA0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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