Html Css Color HEX #BA16A5 Medium Violet Red

📋 copy color: '#BA16A5'

red 186 ◦ green 22 ◦ blue 165

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

Shades of Medium Violet Red #BA16A5

Tints of Medium Violet Red #BA16A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 49.87%
G = 5.9%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA16A5 (or 0xBA16A5) is known color: Medium Violet Red. HEX triplet: BA, 16 and A5. RGB value is (186,22,165). Sum of RGB (Red+Green+Blue) = 186+22+165=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16A5 is #45E95A. Grayscale: #565656. Windows color (decimal): -4581723 or 10819258. OLE color: 10819258.

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

Color convert

RGB 186 22 165 -
CMYK 0 0.88 0.11 0.27
HSL 307.68º 0.79% 0.41% -
HSV(B) 307.68º 0.88% 0.73% -
XYZ 27.33 13.73 36.81 -
YUV 87.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 186 22 165 0 0.88 0.11 0.27 307.68 0.79 0.41
Hex BA 16 A5 0 58 B 1B 134 4F 29
Octal 272 26 245 0 130 13 33 464 117 51
Binary 10111010 10110 10100101 0 1011000 1011 11011 100110100 1001111 101001

Color Harmonies of #BA16A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16A5

Black with #BA16A5

Text Example


Text Example

White with #BA16A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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