Html Css Color HEX #BA1786 Medium Violet Red

📋 copy color: '#BA1786'

red 186 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #BA1786

Tints of Medium Violet Red #BA1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 54.23%
G = 6.71%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA1786 (or 0xBA1786) is known color: Medium Violet Red. HEX triplet: BA, 17 and 86. RGB value is (186,23,134). Sum of RGB (Red+Green+Blue) = 186+23+134=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1786 is #45E879. Grayscale: #545454. Windows color (decimal): -4581498 or 8787898. OLE color: 8787898.

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

Color convert

RGB 186 23 134 -
CMYK 0 0.88 0.28 0.27
HSL 319.14º 0.78% 0.41% -
HSV(B) 319.14º 0.88% 0.73% -
XYZ 24.86 12.77 23.71 -
YUV 84.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 186 23 134 0 0.88 0.28 0.27 319.14 0.78 0.41
Hex BA 17 86 0 58 1C 1B 13F 4E 29
Octal 272 27 206 0 130 34 33 477 116 51
Binary 10111010 10111 10000110 0 1011000 11100 11011 100111111 1001110 101001

Color Harmonies of #BA1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1786

Black with #BA1786

Text Example


Text Example

White with #BA1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1786; }

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

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

background-color css

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

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

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

border-color css

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

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

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