Html Css Color HEX #BA1795 Medium Violet Red

📋 copy color: '#BA1795'

red 186 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #BA1795

Tints of Medium Violet Red #BA1795

RGB

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

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

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

R = 51.96%
G = 6.42%
B = 41.62%

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

#BA1795 (or 0xBA1795) is known color: Medium Violet Red. HEX triplet: BA, 17 and 95. RGB value is (186,23,149). Sum of RGB (Red+Green+Blue) = 186+23+149=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1795 is #45E86A. Grayscale: #555555. Windows color (decimal): -4581483 or 9770938. OLE color: 9770938.

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

Color convert

RGB 186 23 149 -
CMYK 0 0.88 0.20 0.27
HSL 313.62º 0.78% 0.41% -
HSV(B) 313.62º 0.88% 0.73% -
XYZ 25.98 13.22 29.62 -
YUV 86.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 186 23 149 0 0.88 0.20 0.27 313.62 0.78 0.41
Hex BA 17 95 0 58 14 1B 13A 4E 29
Octal 272 27 225 0 130 24 33 472 116 51
Binary 10111010 10111 10010101 0 1011000 10100 11011 100111010 1001110 101001

Color Harmonies of #BA1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1795

Black with #BA1795

Text Example


Text Example

White with #BA1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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