Html Css Color HEX #BA2580 Medium Red Violet

📋 copy color: '#BA2580'

red 186 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #BA2580

Tints of Medium Red Violet #BA2580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

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

R = 52.99%
G = 10.54%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2580 (or 0xBA2580) is known color: Medium Red Violet. HEX triplet: BA, 25 and 80. RGB value is (186,37,128). Sum of RGB (Red+Green+Blue) = 186+37+128=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2580 is #45DA7F. Grayscale: #5B5B5B. Windows color (decimal): -4577920 or 8398266. OLE color: 8398266.

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

Color convert

RGB 186 37 128 -
CMYK 0 0.80 0.31 0.27
HSL 323.36º 0.67% 0.44% -
HSV(B) 323.36º 0.8% 0.73% -
XYZ 24.81 13.32 21.69 -
YUV 91.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 186 37 128 0 0.80 0.31 0.27 323.36 0.67 0.44
Hex BA 25 80 0 50 1F 1B 143 43 2C
Octal 272 45 200 0 120 37 33 503 103 54
Binary 10111010 100101 10000000 0 1010000 11111 11011 101000011 1000011 101100

Color Harmonies of #BA2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2580

Black with #BA2580

Text Example


Text Example

White with #BA2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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