Html Css Color HEX #BA1783 Medium Violet Red

📋 copy color: '#BA1783'

red 186 ◦ green 23 ◦ blue 131

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

Shades of Medium Violet Red #BA1783

Tints of Medium Violet Red #BA1783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 54.71%
G = 6.76%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1783 (or 0xBA1783) is known color: Medium Violet Red. HEX triplet: BA, 17 and 83. RGB value is (186,23,131). Sum of RGB (Red+Green+Blue) = 186+23+131=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1783 is #45E87C. Grayscale: #535353. Windows color (decimal): -4581501 or 8591290. OLE color: 8591290.

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

Color convert

RGB 186 23 131 -
CMYK 0 0.88 0.30 0.27
HSL 320.25º 0.78% 0.41% -
HSV(B) 320.25º 0.88% 0.73% -
XYZ 24.65 12.69 22.62 -
YUV 84.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 186 23 131 0 0.88 0.30 0.27 320.25 0.78 0.41
Hex BA 17 83 0 58 1E 1B 140 4E 29
Octal 272 27 203 0 130 36 33 500 116 51
Binary 10111010 10111 10000011 0 1011000 11110 11011 101000000 1001110 101001

Color Harmonies of #BA1783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1783

Black with #BA1783

Text Example


Text Example

White with #BA1783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1783; }

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

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

background-color css

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

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

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

border-color css

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

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

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