Html Css Color HEX #BA329F Medium Red Violet

📋 copy color: '#BA329F'

red 186 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #BA329F

Tints of Medium Red Violet #BA329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 47.09%
G = 12.66%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA329F (or 0xBA329F) is known color: Medium Red Violet. HEX triplet: BA, 32 and 9F. RGB value is (186,50,159). Sum of RGB (Red+Green+Blue) = 186+50+159=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA329F is #45CD60. Grayscale: #666666. Windows color (decimal): -4574561 or 10433210. OLE color: 10433210.

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

Color convert

RGB 186 50 159 -
CMYK 0 0.73 0.15 0.27
HSL 311.91º 0.58% 0.46% -
HSV(B) 311.91º 0.73% 0.73% -
XYZ 27.65 15.22 34.28 -
YUV 103.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 186 50 159 0 0.73 0.15 0.27 311.91 0.58 0.46
Hex BA 32 9F 0 49 F 1B 138 3A 2E
Octal 272 62 237 0 111 17 33 470 72 56
Binary 10111010 110010 10011111 0 1001001 1111 11011 100111000 111010 101110

Color Harmonies of #BA329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA329F

Black with #BA329F

Text Example


Text Example

White with #BA329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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