Html Css Color HEX #BA1992 Medium Violet Red

📋 copy color: '#BA1992'

red 186 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #BA1992

Tints of Medium Violet Red #BA1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 52.1%
G = 7%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1992 (or 0xBA1992) is known color: Medium Violet Red. HEX triplet: BA, 19 and 92. RGB value is (186,25,146). Sum of RGB (Red+Green+Blue) = 186+25+146=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1992 is #45E66D. Grayscale: #565656. Windows color (decimal): -4580974 or 9574842. OLE color: 9574842.

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

Color convert

RGB 186 25 146 -
CMYK 0 0.87 0.22 0.27
HSL 314.91º 0.76% 0.41% -
HSV(B) 314.91º 0.87% 0.73% -
XYZ 25.79 13.21 28.38 -
YUV 86.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 186 25 146 0 0.87 0.22 0.27 314.91 0.76 0.41
Hex BA 19 92 0 57 16 1B 13B 4C 29
Octal 272 31 222 0 127 26 33 473 114 51
Binary 10111010 11001 10010010 0 1010111 10110 11011 100111011 1001100 101001

Color Harmonies of #BA1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1992

Black with #BA1992

Text Example


Text Example

White with #BA1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1992; }

 p { color: rgb(186,25,146); }

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

background-color css

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

 a { background-color: rgb(186,25,146); }

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

border-color css

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

 span { border-color: rgb(186,25,146); }

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