Html Css Color HEX #BA2180 Medium Violet Red

📋 copy color: '#BA2180'

red 186 ◦ green 33 ◦ blue 128

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

Shades of Medium Violet Red #BA2180

Tints of Medium Violet Red #BA2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 53.6%
G = 9.51%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2180 (or 0xBA2180) is known color: Medium Violet Red. HEX triplet: BA, 21 and 80. RGB value is (186,33,128). Sum of RGB (Red+Green+Blue) = 186+33+128=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2180 is #45DE7F. Grayscale: #595959. Windows color (decimal): -4578944 or 8397242. OLE color: 8397242.

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

Color convert

RGB 186 33 128 -
CMYK 0 0.82 0.31 0.27
HSL 322.75º 0.7% 0.43% -
HSV(B) 322.75º 0.82% 0.73% -
XYZ 24.69 13.09 21.65 -
YUV 89.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 186 33 128 0 0.82 0.31 0.27 322.75 0.7 0.43
Hex BA 21 80 0 52 1F 1B 143 46 2B
Octal 272 41 200 0 122 37 33 503 106 53
Binary 10111010 100001 10000000 0 1010010 11111 11011 101000011 1000110 101011

Color Harmonies of #BA2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2180

Black with #BA2180

Text Example


Text Example

White with #BA2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2180; }

 p { color: rgb(186,33,128); }

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

background-color css

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

 a { background-color: rgb(186,33,128); }

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

border-color css

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

 span { border-color: rgb(186,33,128); }

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