Html Css Color HEX #BA1383 Medium Violet Red

📋 copy color: '#BA1383'

red 186 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #BA1383

Tints of Medium Violet Red #BA1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 55.36%
G = 5.65%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1383 (or 0xBA1383) is known color: Medium Violet Red. HEX triplet: BA, 13 and 83. RGB value is (186,19,131). Sum of RGB (Red+Green+Blue) = 186+19+131=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1383 is #45EC7C. Grayscale: #515151. Windows color (decimal): -4582525 or 8590266. OLE color: 8590266.

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

Color convert

RGB 186 19 131 -
CMYK 0 0.90 0.30 0.27
HSL 319.76º 0.81% 0.4% -
HSV(B) 319.76º 0.9% 0.73% -
XYZ 24.58 12.54 22.6 -
YUV 81.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 186 19 131 0 0.90 0.30 0.27 319.76 0.81 0.4
Hex BA 13 83 0 5A 1E 1B 140 51 28
Octal 272 23 203 0 132 36 33 500 121 50
Binary 10111010 10011 10000011 0 1011010 11110 11011 101000000 1010001 101000

Color Harmonies of #BA1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1383

Black with #BA1383

Text Example


Text Example

White with #BA1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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