Html Css Color HEX #BA1693 Medium Violet Red

📋 copy color: '#BA1693'

red 186 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #BA1693

Tints of Medium Violet Red #BA1693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 52.39%
G = 6.2%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA1693 (or 0xBA1693) is known color: Medium Violet Red. HEX triplet: BA, 16 and 93. RGB value is (186,22,147). Sum of RGB (Red+Green+Blue) = 186+22+147=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1693 is #45E96C. Grayscale: #545454. Windows color (decimal): -4581741 or 9639610. OLE color: 9639610.

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

Color convert

RGB 186 22 147 -
CMYK 0 0.88 0.21 0.27
HSL 314.27º 0.79% 0.41% -
HSV(B) 314.27º 0.88% 0.73% -
XYZ 25.8 13.12 28.78 -
YUV 85.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 186 22 147 0 0.88 0.21 0.27 314.27 0.79 0.41
Hex BA 16 93 0 58 15 1B 13A 4F 29
Octal 272 26 223 0 130 25 33 472 117 51
Binary 10111010 10110 10010011 0 1011000 10101 11011 100111010 1001111 101001

Color Harmonies of #BA1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1693

Black with #BA1693

Text Example


Text Example

White with #BA1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1693; }

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

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

background-color css

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

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

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

border-color css

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

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

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