Html Css Color HEX #BA0480 Medium Violet Red

📋 copy color: '#BA0480'

red 186 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #BA0480

Tints of Medium Violet Red #BA0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 58.49%
G = 1.26%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0480 (or 0xBA0480) is known color: Medium Violet Red. HEX triplet: BA, 04 and 80. RGB value is (186,4,128). Sum of RGB (Red+Green+Blue) = 186+4+128=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0480 is #45FB7F. Grayscale: #484848. Windows color (decimal): -4586368 or 8389818. OLE color: 8389818.

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

Color convert

RGB 186 4 128 -
CMYK 0 0.98 0.31 0.27
HSL 319.12º 0.96% 0.37% -
HSV(B) 319.12º 0.98% 0.73% -
XYZ 24.19 12.08 21.48 -
YUV 72.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 186 4 128 0 0.98 0.31 0.27 319.12 0.96 0.37
Hex BA 4 80 0 62 1F 1B 13F 60 25
Octal 272 4 200 0 142 37 33 477 140 45
Binary 10111010 100 10000000 0 1100010 11111 11011 100111111 1100000 100101

Color Harmonies of #BA0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0480

Black with #BA0480

Text Example


Text Example

White with #BA0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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