Html Css Color HEX #BA2F80 Medium Red Violet

📋 copy color: '#BA2F80'

red 186 ◦ green 47 ◦ blue 128

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

Shades of Medium Red Violet #BA2F80

Tints of Medium Red Violet #BA2F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

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

R = 51.52%
G = 13.02%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2F80 (or 0xBA2F80) is known color: Medium Red Violet. HEX triplet: BA, 2F and 80. RGB value is (186,47,128). Sum of RGB (Red+Green+Blue) = 186+47+128=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F80 is #45D07F. Grayscale: #616161. Windows color (decimal): -4575360 or 8400826. OLE color: 8400826.

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

Color convert

RGB 186 47 128 -
CMYK 0 0.75 0.31 0.27
HSL 325.04º 0.6% 0.46% -
HSV(B) 325.04º 0.75% 0.73% -
XYZ 25.16 14.03 21.8 -
YUV 97.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 186 47 128 0 0.75 0.31 0.27 325.04 0.6 0.46
Hex BA 2F 80 0 4B 1F 1B 145 3C 2E
Octal 272 57 200 0 113 37 33 505 74 56
Binary 10111010 101111 10000000 0 1001011 11111 11011 101000101 111100 101110

Color Harmonies of #BA2F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F80

Black with #BA2F80

Text Example


Text Example

White with #BA2F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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