Html Css Color HEX #BA1483 Medium Violet Red

📋 copy color: '#BA1483'

red 186 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #BA1483

Tints of Medium Violet Red #BA1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 55.19%
G = 5.93%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1483 (or 0xBA1483) is known color: Medium Violet Red. HEX triplet: BA, 14 and 83. RGB value is (186,20,131). Sum of RGB (Red+Green+Blue) = 186+20+131=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1483 is #45EB7C. Grayscale: #525252. Windows color (decimal): -4582269 or 8590522. OLE color: 8590522.

HSL color Cylindrical-coordinate representation of color #BA1483: hue angle of 319.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1483 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 131 -
CMYK 0 0.89 0.30 0.27
HSL 319.88º 0.81% 0.4% -
HSV(B) 319.88º 0.89% 0.73% -
XYZ 24.6 12.58 22.6 -
YUV 82.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 186 20 131 0 0.89 0.30 0.27 319.88 0.81 0.4
Hex BA 14 83 0 59 1E 1B 140 51 28
Octal 272 24 203 0 131 36 33 500 121 50
Binary 10111010 10100 10000011 0 1011001 11110 11011 101000000 1010001 101000

Color Harmonies of #BA1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1483

Black with #BA1483

Text Example


Text Example

White with #BA1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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