Html Css Color HEX #BA1790 Medium Violet Red

📋 copy color: '#BA1790'

red 186 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #BA1790

Tints of Medium Violet Red #BA1790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 52.69%
G = 6.52%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1790 (or 0xBA1790) is known color: Medium Violet Red. HEX triplet: BA, 17 and 90. RGB value is (186,23,144). Sum of RGB (Red+Green+Blue) = 186+23+144=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1790 is #45E86F. Grayscale: #555555. Windows color (decimal): -4581488 or 9443258. OLE color: 9443258.

HSL color Cylindrical-coordinate representation of color #BA1790: hue angle of 315.46º 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 #BA1790 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 144 -
CMYK 0 0.88 0.23 0.27
HSL 315.46º 0.78% 0.41% -
HSV(B) 315.46º 0.88% 0.73% -
XYZ 25.59 13.07 27.56 -
YUV 85.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 186 23 144 0 0.88 0.23 0.27 315.46 0.78 0.41
Hex BA 17 90 0 58 17 1B 13B 4E 29
Octal 272 27 220 0 130 27 33 473 116 51
Binary 10111010 10111 10010000 0 1011000 10111 11011 100111011 1001110 101001

Color Harmonies of #BA1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1790

Black with #BA1790

Text Example


Text Example

White with #BA1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1790; }

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

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

background-color css

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

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

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

border-color css

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

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

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