Html Css Color HEX #BA29AC Medium Red Violet

📋 copy color: '#BA29AC'

red 186 ◦ green 41 ◦ blue 172

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

Shades of Medium Red Violet #BA29AC

Tints of Medium Red Violet #BA29AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.28%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 46.62%
G = 10.28%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA29AC (or 0xBA29AC) is known color: Medium Red Violet. HEX triplet: BA, 29 and AC. RGB value is (186,41,172). Sum of RGB (Red+Green+Blue) = 186+41+172=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29AC is #45D653. Grayscale: #626262. Windows color (decimal): -4576852 or 11282874. OLE color: 11282874.

HSL color Cylindrical-coordinate representation of color #BA29AC: hue angle of 305.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA29AC is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 172 -
CMYK 0 0.78 0.08 0.27
HSL 305.79º 0.64% 0.45% -
HSV(B) 305.79º 0.78% 0.73% -
XYZ 28.49 15 40.42 -
YUV 99.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 186 41 172 0 0.78 0.08 0.27 305.79 0.64 0.45
Hex BA 29 AC 0 4E 8 1B 132 40 2D
Octal 272 51 254 0 116 10 33 462 100 55
Binary 10111010 101001 10101100 0 1001110 1000 11011 100110010 1000000 101101

Color Harmonies of #BA29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29AC

Black with #BA29AC

Text Example


Text Example

White with #BA29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29AC; }

 p { color: rgb(186,41,172); }

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

background-color css

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

 a { background-color: rgb(186,41,172); }

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

border-color css

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

 span { border-color: rgb(186,41,172); }

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