Html Css Color HEX #BA1280 Medium Violet Red

📋 copy color: '#BA1280'

red 186 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #BA1280

Tints of Medium Violet Red #BA1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 56.02%
G = 5.42%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA1280 (or 0xBA1280) is known color: Medium Violet Red. HEX triplet: BA, 12 and 80. RGB value is (186,18,128). Sum of RGB (Red+Green+Blue) = 186+18+128=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1280 is #45ED7F. Grayscale: #505050. Windows color (decimal): -4582784 or 8393402. OLE color: 8393402.

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

Color convert

RGB 186 18 128 -
CMYK 0 0.90 0.31 0.27
HSL 320.71º 0.82% 0.4% -
HSV(B) 320.71º 0.9% 0.73% -
XYZ 24.36 12.43 21.54 -
YUV 80.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 186 18 128 0 0.90 0.31 0.27 320.71 0.82 0.4
Hex BA 12 80 0 5A 1F 1B 141 52 28
Octal 272 22 200 0 132 37 33 501 122 50
Binary 10111010 10010 10000000 0 1011010 11111 11011 101000001 1010010 101000

Color Harmonies of #BA1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1280

Black with #BA1280

Text Example


Text Example

White with #BA1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1280; }

 p { color: rgb(186,18,128); }

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

background-color css

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

 a { background-color: rgb(186,18,128); }

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

border-color css

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

 span { border-color: rgb(186,18,128); }

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