Html Css Color HEX #BA1793 Medium Violet Red

📋 copy color: '#BA1793'

red 186 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #BA1793

Tints of Medium Violet Red #BA1793

RGB

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

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

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

R = 52.25%
G = 6.46%
B = 41.29%

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

#BA1793 (or 0xBA1793) is known color: Medium Violet Red. HEX triplet: BA, 17 and 93. RGB value is (186,23,147). Sum of RGB (Red+Green+Blue) = 186+23+147=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1793 is #45E86C. Grayscale: #555555. Windows color (decimal): -4581485 or 9639866. OLE color: 9639866.

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

Color convert

RGB 186 23 147 -
CMYK 0 0.88 0.21 0.27
HSL 314.36º 0.78% 0.41% -
HSV(B) 314.36º 0.88% 0.73% -
XYZ 25.82 13.16 28.78 -
YUV 85.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 186 23 147 0 0.88 0.21 0.27 314.36 0.78 0.41
Hex BA 17 93 0 58 15 1B 13A 4E 29
Octal 272 27 223 0 130 25 33 472 116 51
Binary 10111010 10111 10010011 0 1011000 10101 11011 100111010 1001110 101001

Color Harmonies of #BA1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1793

Black with #BA1793

Text Example


Text Example

White with #BA1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1793; }

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

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

background-color css

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

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

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

border-color css

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

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

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