Html Css Color HEX #BA2082 Medium Violet Red

📋 copy color: '#BA2082'

red 186 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #BA2082

Tints of Medium Violet Red #BA2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 53.45%
G = 9.2%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2082 (or 0xBA2082) is known color: Medium Violet Red. HEX triplet: BA, 20 and 82. RGB value is (186,32,130). Sum of RGB (Red+Green+Blue) = 186+32+130=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2082 is #45DF7D. Grayscale: #585858. Windows color (decimal): -4579198 or 8528058. OLE color: 8528058.

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

Color convert

RGB 186 32 130 -
CMYK 0 0.83 0.30 0.27
HSL 321.82º 0.71% 0.43% -
HSV(B) 321.82º 0.83% 0.73% -
XYZ 24.8 13.08 22.34 -
YUV 89.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 186 32 130 0 0.83 0.30 0.27 321.82 0.71 0.43
Hex BA 20 82 0 53 1E 1B 142 47 2B
Octal 272 40 202 0 123 36 33 502 107 53
Binary 10111010 100000 10000010 0 1010011 11110 11011 101000010 1000111 101011

Color Harmonies of #BA2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2082

Black with #BA2082

Text Example


Text Example

White with #BA2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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