Html Css Color HEX #BA1699 Medium Violet Red

📋 copy color: '#BA1699'

red 186 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #BA1699

Tints of Medium Violet Red #BA1699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 51.52%
G = 6.09%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA1699 (or 0xBA1699) is known color: Medium Violet Red. HEX triplet: BA, 16 and 99. RGB value is (186,22,153). Sum of RGB (Red+Green+Blue) = 186+22+153=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1699 is #45E966. Grayscale: #555555. Windows color (decimal): -4581735 or 10032826. OLE color: 10032826.

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

Color convert

RGB 186 22 153 -
CMYK 0 0.88 0.18 0.27
HSL 312.07º 0.79% 0.41% -
HSV(B) 312.07º 0.88% 0.73% -
XYZ 26.29 13.31 31.32 -
YUV 85.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 186 22 153 0 0.88 0.18 0.27 312.07 0.79 0.41
Hex BA 16 99 0 58 12 1B 138 4F 29
Octal 272 26 231 0 130 22 33 470 117 51
Binary 10111010 10110 10011001 0 1011000 10010 11011 100111000 1001111 101001

Color Harmonies of #BA1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1699

Black with #BA1699

Text Example


Text Example

White with #BA1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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