Html Css Color HEX #BA29A0 Medium Red Violet

📋 copy color: '#BA29A0'

red 186 ◦ green 41 ◦ blue 160

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

Shades of Medium Red Violet #BA29A0

Tints of Medium Red Violet #BA29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 48.06%
G = 10.59%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA29A0 (or 0xBA29A0) is known color: Medium Red Violet. HEX triplet: BA, 29 and A0. RGB value is (186,41,160). Sum of RGB (Red+Green+Blue) = 186+41+160=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29A0 is #45D65F. Grayscale: #616161. Windows color (decimal): -4576864 or 10496442. OLE color: 10496442.

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

Color convert

RGB 186 41 160 -
CMYK 0 0.78 0.14 0.27
HSL 310.76º 0.64% 0.45% -
HSV(B) 310.76º 0.78% 0.73% -
XYZ 27.39 14.56 34.63 -
YUV 97.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 186 41 160 0 0.78 0.14 0.27 310.76 0.64 0.45
Hex BA 29 A0 0 4E E 1B 137 40 2D
Octal 272 51 240 0 116 16 33 467 100 55
Binary 10111010 101001 10100000 0 1001110 1110 11011 100110111 1000000 101101

Color Harmonies of #BA29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29A0

Black with #BA29A0

Text Example


Text Example

White with #BA29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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