Html Css Color HEX #BA1D82 Medium Violet Red

📋 copy color: '#BA1D82'

red 186 ◦ green 29 ◦ blue 130

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

Shades of Medium Violet Red #BA1D82

Tints of Medium Violet Red #BA1D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 53.91%
G = 8.41%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1D82 (or 0xBA1D82) is known color: Medium Violet Red. HEX triplet: BA, 1D and 82. RGB value is (186,29,130). Sum of RGB (Red+Green+Blue) = 186+29+130=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D82 is #45E27D. Grayscale: #575757. Windows color (decimal): -4579966 or 8527290. OLE color: 8527290.

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

Color convert

RGB 186 29 130 -
CMYK 0 0.84 0.30 0.27
HSL 321.4º 0.73% 0.42% -
HSV(B) 321.4º 0.84% 0.73% -
XYZ 24.72 12.93 22.31 -
YUV 87.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 186 29 130 0 0.84 0.30 0.27 321.4 0.73 0.42
Hex BA 1D 82 0 54 1E 1B 141 49 2A
Octal 272 35 202 0 124 36 33 501 111 52
Binary 10111010 11101 10000010 0 1010100 11110 11011 101000001 1001001 101010

Color Harmonies of #BA1D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D82

Black with #BA1D82

Text Example


Text Example

White with #BA1D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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