Html Css Color HEX #BA1581 Medium Violet Red

📋 copy color: '#BA1581'

red 186 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #BA1581

Tints of Medium Violet Red #BA1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 55.36%
G = 6.25%
B = 38.39%

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

#BA1581 (or 0xBA1581) is known color: Medium Violet Red. HEX triplet: BA, 15 and 81. RGB value is (186,21,129). Sum of RGB (Red+Green+Blue) = 186+21+129=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1581 is #45EA7E. Grayscale: #525252. Windows color (decimal): -4582015 or 8459706. OLE color: 8459706.

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

Color convert

RGB 186 21 129 -
CMYK 0 0.89 0.31 0.27
HSL 320.73º 0.8% 0.41% -
HSV(B) 320.73º 0.89% 0.73% -
XYZ 24.48 12.56 21.9 -
YUV 82.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 186 21 129 0 0.89 0.31 0.27 320.73 0.8 0.41
Hex BA 15 81 0 59 1F 1B 141 50 29
Octal 272 25 201 0 131 37 33 501 120 51
Binary 10111010 10101 10000001 0 1011001 11111 11011 101000001 1010000 101001

Color Harmonies of #BA1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1581

Black with #BA1581

Text Example


Text Example

White with #BA1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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