Html Css Color HEX #BA329A Medium Red Violet

📋 copy color: '#BA329A'

red 186 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #BA329A

Tints of Medium Red Violet #BA329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 47.69%
G = 12.82%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA329A (or 0xBA329A) is known color: Medium Red Violet. HEX triplet: BA, 32 and 9A. RGB value is (186,50,154). Sum of RGB (Red+Green+Blue) = 186+50+154=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA329A is #45CD65. Grayscale: #666666. Windows color (decimal): -4574566 or 10105530. OLE color: 10105530.

HSL color Cylindrical-coordinate representation of color #BA329A: hue angle of 314.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA329A is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 154 -
CMYK 0 0.73 0.17 0.27
HSL 314.12º 0.58% 0.46% -
HSV(B) 314.12º 0.73% 0.73% -
XYZ 27.22 15.05 32.04 -
YUV 102.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 186 50 154 0 0.73 0.17 0.27 314.12 0.58 0.46
Hex BA 32 9A 0 49 11 1B 13A 3A 2E
Octal 272 62 232 0 111 21 33 472 72 56
Binary 10111010 110010 10011010 0 1001001 10001 11011 100111010 111010 101110

Color Harmonies of #BA329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA329A

Black with #BA329A

Text Example


Text Example

White with #BA329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA329A; }

 p { color: rgb(186,50,154); }

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

background-color css

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

 a { background-color: rgb(186,50,154); }

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

border-color css

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

 span { border-color: rgb(186,50,154); }

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