Html Css Color HEX #BA1286 Medium Violet Red

📋 copy color: '#BA1286'

red 186 ◦ green 18 ◦ blue 134

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

Shades of Medium Violet Red #BA1286

Tints of Medium Violet Red #BA1286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 55.03%
G = 5.33%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA1286 (or 0xBA1286) is known color: Medium Violet Red. HEX triplet: BA, 12 and 86. RGB value is (186,18,134). Sum of RGB (Red+Green+Blue) = 186+18+134=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1286 is #45ED79. Grayscale: #515151. Windows color (decimal): -4582778 or 8786618. OLE color: 8786618.

HSL color Cylindrical-coordinate representation of color #BA1286: hue angle of 318.57º 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 #BA1286 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 134 -
CMYK 0 0.90 0.28 0.27
HSL 318.57º 0.82% 0.4% -
HSV(B) 318.57º 0.9% 0.73% -
XYZ 24.77 12.59 23.68 -
YUV 81.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 186 18 134 0 0.90 0.28 0.27 318.57 0.82 0.4
Hex BA 12 86 0 5A 1C 1B 13F 52 28
Octal 272 22 206 0 132 34 33 477 122 50
Binary 10111010 10010 10000110 0 1011010 11100 11011 100111111 1010010 101000

Color Harmonies of #BA1286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1286

Black with #BA1286

Text Example


Text Example

White with #BA1286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1286; }

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

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

background-color css

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

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

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

border-color css

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

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

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