Html Css Color HEX #BA1993 Medium Violet Red

📋 copy color: '#BA1993'

red 186 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #BA1993

Tints of Medium Violet Red #BA1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 51.96%
G = 6.98%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA1993 (or 0xBA1993) is known color: Medium Violet Red. HEX triplet: BA, 19 and 93. RGB value is (186,25,147). Sum of RGB (Red+Green+Blue) = 186+25+147=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1993 is #45E66C. Grayscale: #565656. Windows color (decimal): -4580973 or 9640378. OLE color: 9640378.

HSL color Cylindrical-coordinate representation of color #BA1993: hue angle of 314.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1993 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 147 -
CMYK 0 0.87 0.21 0.27
HSL 314.53º 0.76% 0.41% -
HSV(B) 314.53º 0.87% 0.73% -
XYZ 25.86 13.24 28.8 -
YUV 87.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 186 25 147 0 0.87 0.21 0.27 314.53 0.76 0.41
Hex BA 19 93 0 57 15 1B 13B 4C 29
Octal 272 31 223 0 127 25 33 473 114 51
Binary 10111010 11001 10010011 0 1010111 10101 11011 100111011 1001100 101001

Color Harmonies of #BA1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1993

Black with #BA1993

Text Example


Text Example

White with #BA1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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