Html Css Color HEX #BA1895 Medium Violet Red

📋 copy color: '#BA1895'

red 186 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #BA1895

Tints of Medium Violet Red #BA1895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 51.81%
G = 6.69%
B = 41.5%

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

#BA1895 (or 0xBA1895) is known color: Medium Violet Red. HEX triplet: BA, 18 and 95. RGB value is (186,24,149). Sum of RGB (Red+Green+Blue) = 186+24+149=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1895 is #45E76A. Grayscale: #565656. Windows color (decimal): -4581227 or 9771194. OLE color: 9771194.

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

Color convert

RGB 186 24 149 -
CMYK 0 0.87 0.20 0.27
HSL 313.7º 0.77% 0.41% -
HSV(B) 313.7º 0.87% 0.73% -
XYZ 26 13.26 29.62 -
YUV 86.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 186 24 149 0 0.87 0.20 0.27 313.7 0.77 0.41
Hex BA 18 95 0 57 14 1B 13A 4D 29
Octal 272 30 225 0 127 24 33 472 115 51
Binary 10111010 11000 10010101 0 1010111 10100 11011 100111010 1001101 101001

Color Harmonies of #BA1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1895

Black with #BA1895

Text Example


Text Example

White with #BA1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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