Html Css Color HEX #BA1782 Medium Violet Red

📋 copy color: '#BA1782'

red 186 ◦ green 23 ◦ blue 130

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

Shades of Medium Violet Red #BA1782

Tints of Medium Violet Red #BA1782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 54.87%
G = 6.78%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1782 (or 0xBA1782) is known color: Medium Violet Red. HEX triplet: BA, 17 and 82. RGB value is (186,23,130). Sum of RGB (Red+Green+Blue) = 186+23+130=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1782 is #45E87D. Grayscale: #535353. Windows color (decimal): -4581502 or 8525754. OLE color: 8525754.

HSL color Cylindrical-coordinate representation of color #BA1782: hue angle of 320.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1782 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 130 -
CMYK 0 0.88 0.30 0.27
HSL 320.61º 0.78% 0.41% -
HSV(B) 320.61º 0.88% 0.73% -
XYZ 24.59 12.66 22.27 -
YUV 83.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 186 23 130 0 0.88 0.30 0.27 320.61 0.78 0.41
Hex BA 17 82 0 58 1E 1B 141 4E 29
Octal 272 27 202 0 130 36 33 501 116 51
Binary 10111010 10111 10000010 0 1011000 11110 11011 101000001 1001110 101001

Color Harmonies of #BA1782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1782

Black with #BA1782

Text Example


Text Example

White with #BA1782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1782; }

 p { color: rgb(186,23,130); }

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

background-color css

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

 a { background-color: rgb(186,23,130); }

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

border-color css

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

 span { border-color: rgb(186,23,130); }

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