Html Css Color HEX #BA1893 Medium Violet Red

📋 copy color: '#BA1893'

red 186 ◦ green 24 ◦ blue 147

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

Shades of Medium Violet Red #BA1893

Tints of Medium Violet Red #BA1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 52.1%
G = 6.72%
B = 41.18%

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

#BA1893 (or 0xBA1893) is known color: Medium Violet Red. HEX triplet: BA, 18 and 93. RGB value is (186,24,147). Sum of RGB (Red+Green+Blue) = 186+24+147=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1893 is #45E76C. Grayscale: #565656. Windows color (decimal): -4581229 or 9640122. OLE color: 9640122.

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

Color convert

RGB 186 24 147 -
CMYK 0 0.87 0.21 0.27
HSL 314.44º 0.77% 0.41% -
HSV(B) 314.44º 0.87% 0.73% -
XYZ 25.84 13.2 28.79 -
YUV 86.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 186 24 147 0 0.87 0.21 0.27 314.44 0.77 0.41
Hex BA 18 93 0 57 15 1B 13A 4D 29
Octal 272 30 223 0 127 25 33 472 115 51
Binary 10111010 11000 10010011 0 1010111 10101 11011 100111010 1001101 101001

Color Harmonies of #BA1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1893

Black with #BA1893

Text Example


Text Example

White with #BA1893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1893; }

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

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

background-color css

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

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

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

border-color css

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

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

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