Html Css Color HEX #BA1482 Medium Violet Red

📋 copy color: '#BA1482'

red 186 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #BA1482

Tints of Medium Violet Red #BA1482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 55.36%
G = 5.95%
B = 38.69%

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

#BA1482 (or 0xBA1482) is known color: Medium Violet Red. HEX triplet: BA, 14 and 82. RGB value is (186,20,130). Sum of RGB (Red+Green+Blue) = 186+20+130=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1482 is #45EB7D. Grayscale: #515151. Windows color (decimal): -4582270 or 8524986. OLE color: 8524986.

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

Color convert

RGB 186 20 130 -
CMYK 0 0.89 0.30 0.27
HSL 320.24º 0.81% 0.4% -
HSV(B) 320.24º 0.89% 0.73% -
XYZ 24.53 12.55 22.25 -
YUV 82.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 186 20 130 0 0.89 0.30 0.27 320.24 0.81 0.4
Hex BA 14 82 0 59 1E 1B 140 51 28
Octal 272 24 202 0 131 36 33 500 121 50
Binary 10111010 10100 10000010 0 1011001 11110 11011 101000000 1010001 101000

Color Harmonies of #BA1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1482

Black with #BA1482

Text Example


Text Example

White with #BA1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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