Html Css Color HEX #BA1794 Medium Violet Red

📋 copy color: '#BA1794'

red 186 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #BA1794

Tints of Medium Violet Red #BA1794

RGB

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

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

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

R = 52.1%
G = 6.44%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1794 (or 0xBA1794) is known color: Medium Violet Red. HEX triplet: BA, 17 and 94. RGB value is (186,23,148). Sum of RGB (Red+Green+Blue) = 186+23+148=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1794 is #45E86B. Grayscale: #555555. Windows color (decimal): -4581484 or 9705402. OLE color: 9705402.

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

Color convert

RGB 186 23 148 -
CMYK 0 0.88 0.20 0.27
HSL 313.99º 0.78% 0.41% -
HSV(B) 313.99º 0.88% 0.73% -
XYZ 25.9 13.19 29.2 -
YUV 85.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 186 23 148 0 0.88 0.20 0.27 313.99 0.78 0.41
Hex BA 17 94 0 58 14 1B 13A 4E 29
Octal 272 27 224 0 130 24 33 472 116 51
Binary 10111010 10111 10010100 0 1011000 10100 11011 100111010 1001110 101001

Color Harmonies of #BA1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1794

Black with #BA1794

Text Example


Text Example

White with #BA1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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