Html Css Color HEX #BA2780 Medium Red Violet

📋 copy color: '#BA2780'

red 186 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #BA2780

Tints of Medium Red Violet #BA2780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.05%

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

R = 52.69%
G = 11.05%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2780 (or 0xBA2780) is known color: Medium Red Violet. HEX triplet: BA, 27 and 80. RGB value is (186,39,128). Sum of RGB (Red+Green+Blue) = 186+39+128=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2780 is #45D87F. Grayscale: #5C5C5C. Windows color (decimal): -4577408 or 8398778. OLE color: 8398778.

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

Color convert

RGB 186 39 128 -
CMYK 0 0.79 0.31 0.27
HSL 323.67º 0.65% 0.44% -
HSV(B) 323.67º 0.79% 0.73% -
XYZ 24.87 13.45 21.71 -
YUV 93.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 186 39 128 0 0.79 0.31 0.27 323.67 0.65 0.44
Hex BA 27 80 0 4F 1F 1B 144 41 2C
Octal 272 47 200 0 117 37 33 504 101 54
Binary 10111010 100111 10000000 0 1001111 11111 11011 101000100 1000001 101100

Color Harmonies of #BA2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2780

Black with #BA2780

Text Example


Text Example

White with #BA2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2780; }

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

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

background-color css

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

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

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

border-color css

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

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

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