Html Css Color HEX #BA0280 Medium Violet Red

📋 copy color: '#BA0280'

red 186 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #BA0280

Tints of Medium Violet Red #BA0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 58.86%
G = 0.63%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0280 (or 0xBA0280) is known color: Medium Violet Red. HEX triplet: BA, 02 and 80. RGB value is (186,2,128). Sum of RGB (Red+Green+Blue) = 186+2+128=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0280 is #45FD7F. Grayscale: #474747. Windows color (decimal): -4586880 or 8389306. OLE color: 8389306.

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

Color convert

RGB 186 2 128 -
CMYK 0 0.99 0.31 0.27
HSL 318.91º 0.98% 0.37% -
HSV(B) 318.91º 0.99% 0.73% -
XYZ 24.17 12.04 21.47 -
YUV 71.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 186 2 128 0 0.99 0.31 0.27 318.91 0.98 0.37
Hex BA 2 80 0 63 1F 1B 13F 62 25
Octal 272 2 200 0 143 37 33 477 142 45
Binary 10111010 10 10000000 0 1100011 11111 11011 100111111 1100010 100101

Color Harmonies of #BA0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0280

Black with #BA0280

Text Example


Text Example

White with #BA0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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