Html Css Color HEX #BA329B Medium Red Violet

📋 copy color: '#BA329B'

red 186 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #BA329B

Tints of Medium Red Violet #BA329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 47.57%
G = 12.79%
B = 39.64%

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

#BA329B (or 0xBA329B) is known color: Medium Red Violet. HEX triplet: BA, 32 and 9B. RGB value is (186,50,155). Sum of RGB (Red+Green+Blue) = 186+50+155=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA329B is #45CD64. Grayscale: #666666. Windows color (decimal): -4574565 or 10171066. OLE color: 10171066.

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

Color convert

RGB 186 50 155 -
CMYK 0 0.73 0.17 0.27
HSL 313.68º 0.58% 0.46% -
HSV(B) 313.68º 0.73% 0.73% -
XYZ 27.31 15.09 32.48 -
YUV 102.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 186 50 155 0 0.73 0.17 0.27 313.68 0.58 0.46
Hex BA 32 9B 0 49 11 1B 13A 3A 2E
Octal 272 62 233 0 111 21 33 472 72 56
Binary 10111010 110010 10011011 0 1001001 10001 11011 100111010 111010 101110

Color Harmonies of #BA329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA329B

Black with #BA329B

Text Example


Text Example

White with #BA329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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