Html Css Color HEX #BA1481 Medium Violet Red

📋 copy color: '#BA1481'

red 186 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #BA1481

Tints of Medium Violet Red #BA1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 55.52%
G = 5.97%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA1481 (or 0xBA1481) is known color: Medium Violet Red. HEX triplet: BA, 14 and 81. RGB value is (186,20,129). Sum of RGB (Red+Green+Blue) = 186+20+129=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1481 is #45EB7E. Grayscale: #515151. Windows color (decimal): -4582271 or 8459450. OLE color: 8459450.

HSL color Cylindrical-coordinate representation of color #BA1481: hue angle of 320.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1481 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 129 -
CMYK 0 0.89 0.31 0.27
HSL 320.6º 0.81% 0.4% -
HSV(B) 320.6º 0.89% 0.73% -
XYZ 24.46 12.52 21.9 -
YUV 82.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 186 20 129 0 0.89 0.31 0.27 320.6 0.81 0.4
Hex BA 14 81 0 59 1F 1B 141 51 28
Octal 272 24 201 0 131 37 33 501 121 50
Binary 10111010 10100 10000001 0 1011001 11111 11011 101000001 1010001 101000

Color Harmonies of #BA1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1481

Black with #BA1481

Text Example


Text Example

White with #BA1481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1481; }

 p { color: rgb(186,20,129); }

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

background-color css

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

 a { background-color: rgb(186,20,129); }

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

border-color css

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

 span { border-color: rgb(186,20,129); }

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