Html Css Color HEX #BA1690 Medium Violet Red

📋 copy color: '#BA1690'

red 186 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #BA1690

Tints of Medium Violet Red #BA1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

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

R = 52.84%
G = 6.25%
B = 40.91%

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

#BA1690 (or 0xBA1690) is known color: Medium Violet Red. HEX triplet: BA, 16 and 90. RGB value is (186,22,144). Sum of RGB (Red+Green+Blue) = 186+22+144=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1690 is #45E96F. Grayscale: #545454. Windows color (decimal): -4581744 or 9443002. OLE color: 9443002.

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

Color convert

RGB 186 22 144 -
CMYK 0 0.88 0.23 0.27
HSL 315.37º 0.79% 0.41% -
HSV(B) 315.37º 0.88% 0.73% -
XYZ 25.57 13.03 27.55 -
YUV 84.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 186 22 144 0 0.88 0.23 0.27 315.37 0.79 0.41
Hex BA 16 90 0 58 17 1B 13B 4F 29
Octal 272 26 220 0 130 27 33 473 117 51
Binary 10111010 10110 10010000 0 1011000 10111 11011 100111011 1001111 101001

Color Harmonies of #BA1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1690

Black with #BA1690

Text Example


Text Example

White with #BA1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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