Html Css Color HEX #BA328D Medium Red Violet

📋 copy color: '#BA328D'

red 186 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #BA328D

Tints of Medium Red Violet #BA328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 49.34%
G = 13.26%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA328D (or 0xBA328D) is known color: Medium Red Violet. HEX triplet: BA, 32 and 8D. RGB value is (186,50,141). Sum of RGB (Red+Green+Blue) = 186+50+141=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA328D is #45CD72. Grayscale: #646464. Windows color (decimal): -4574579 or 9253562. OLE color: 9253562.

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

Color convert

RGB 186 50 141 -
CMYK 0 0.73 0.24 0.27
HSL 319.85º 0.58% 0.46% -
HSV(B) 319.85º 0.73% 0.73% -
XYZ 26.2 14.64 26.64 -
YUV 101.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 186 50 141 0 0.73 0.24 0.27 319.85 0.58 0.46
Hex BA 32 8D 0 49 18 1B 140 3A 2E
Octal 272 62 215 0 111 30 33 500 72 56
Binary 10111010 110010 10001101 0 1001001 11000 11011 101000000 111010 101110

Color Harmonies of #BA328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA328D

Black with #BA328D

Text Example


Text Example

White with #BA328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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