Html Css Color HEX #BA329E Medium Red Violet

📋 copy color: '#BA329E'

red 186 ◦ green 50 ◦ blue 158

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

Shades of Medium Red Violet #BA329E

Tints of Medium Red Violet #BA329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 47.21%
G = 12.69%
B = 40.1%

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

#BA329E (or 0xBA329E) is known color: Medium Red Violet. HEX triplet: BA, 32 and 9E. RGB value is (186,50,158). Sum of RGB (Red+Green+Blue) = 186+50+158=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA329E is #45CD61. Grayscale: #666666. Windows color (decimal): -4574562 or 10367674. OLE color: 10367674.

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

Color convert

RGB 186 50 158 -
CMYK 0 0.73 0.15 0.27
HSL 312.35º 0.58% 0.46% -
HSV(B) 312.35º 0.73% 0.73% -
XYZ 27.56 15.19 33.83 -
YUV 102.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 186 50 158 0 0.73 0.15 0.27 312.35 0.58 0.46
Hex BA 32 9E 0 49 F 1B 138 3A 2E
Octal 272 62 236 0 111 17 33 470 72 56
Binary 10111010 110010 10011110 0 1001001 1111 11011 100111000 111010 101110

Color Harmonies of #BA329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA329E

Black with #BA329E

Text Example


Text Example

White with #BA329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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