Html Css Color HEX #BA1894 Medium Violet Red

📋 copy color: '#BA1894'

red 186 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #BA1894

Tints of Medium Violet Red #BA1894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 51.96%
G = 6.7%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1894 (or 0xBA1894) is known color: Medium Violet Red. HEX triplet: BA, 18 and 94. RGB value is (186,24,148). Sum of RGB (Red+Green+Blue) = 186+24+148=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1894 is #45E76B. Grayscale: #565656. Windows color (decimal): -4581228 or 9705658. OLE color: 9705658.

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

Color convert

RGB 186 24 148 -
CMYK 0 0.87 0.20 0.27
HSL 314.07º 0.77% 0.41% -
HSV(B) 314.07º 0.87% 0.73% -
XYZ 25.92 13.23 29.2 -
YUV 86.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 186 24 148 0 0.87 0.20 0.27 314.07 0.77 0.41
Hex BA 18 94 0 57 14 1B 13A 4D 29
Octal 272 30 224 0 127 24 33 472 115 51
Binary 10111010 11000 10010100 0 1010111 10100 11011 100111010 1001101 101001

Color Harmonies of #BA1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1894

Black with #BA1894

Text Example


Text Example

White with #BA1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1894; }

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

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

background-color css

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

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

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

border-color css

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

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

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