Html Css Color HEX #BA16A1 Medium Violet Red

📋 copy color: '#BA16A1'

red 186 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #BA16A1

Tints of Medium Violet Red #BA16A1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 50.41%
G = 5.96%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA16A1 (or 0xBA16A1) is known color: Medium Violet Red. HEX triplet: BA, 16 and A1. RGB value is (186,22,161). Sum of RGB (Red+Green+Blue) = 186+22+161=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16A1 is #45E95E. Grayscale: #565656. Windows color (decimal): -4581727 or 10557114. OLE color: 10557114.

HSL color Cylindrical-coordinate representation of color #BA16A1: hue angle of 309.15º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16A1 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 161 -
CMYK 0 0.88 0.13 0.27
HSL 309.15º 0.79% 0.41% -
HSV(B) 309.15º 0.88% 0.73% -
XYZ 26.97 13.59 34.92 -
YUV 86.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 186 22 161 0 0.88 0.13 0.27 309.15 0.79 0.41
Hex BA 16 A1 0 58 D 1B 135 4F 29
Octal 272 26 241 0 130 15 33 465 117 51
Binary 10111010 10110 10100001 0 1011000 1101 11011 100110101 1001111 101001

Color Harmonies of #BA16A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16A1

Black with #BA16A1

Text Example


Text Example

White with #BA16A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16A1; }

 p { color: rgb(186,22,161); }

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

background-color css

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

 a { background-color: rgb(186,22,161); }

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

border-color css

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

 span { border-color: rgb(186,22,161); }

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