Html Css Color HEX #BA1A99 Medium Violet Red

📋 copy color: '#BA1A99'

red 186 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #BA1A99

Tints of Medium Violet Red #BA1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 50.96%
G = 7.12%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA1A99 (or 0xBA1A99) is known color: Medium Violet Red. HEX triplet: BA, 1A and 99. RGB value is (186,26,153). Sum of RGB (Red+Green+Blue) = 186+26+153=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A99 is #45E566. Grayscale: #575757. Windows color (decimal): -4580711 or 10033850. OLE color: 10033850.

HSL color Cylindrical-coordinate representation of color #BA1A99: hue angle of 312.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A99 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 153 -
CMYK 0 0.86 0.18 0.27
HSL 312.38º 0.75% 0.42% -
HSV(B) 312.38º 0.86% 0.73% -
XYZ 26.37 13.48 31.35 -
YUV 88.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 186 26 153 0 0.86 0.18 0.27 312.38 0.75 0.42
Hex BA 1A 99 0 56 12 1B 138 4B 2A
Octal 272 32 231 0 126 22 33 470 113 52
Binary 10111010 11010 10011001 0 1010110 10010 11011 100111000 1001011 101010

Color Harmonies of #BA1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A99

Black with #BA1A99

Text Example


Text Example

White with #BA1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A99; }

 p { color: rgb(186,26,153); }

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

background-color css

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

 a { background-color: rgb(186,26,153); }

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

border-color css

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

 span { border-color: rgb(186,26,153); }

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