Html Css Color HEX #BA319D Medium Red Violet

📋 copy color: '#BA319D'

red 186 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #BA319D

Tints of Medium Red Violet #BA319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.5%

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 47.45%
G = 12.5%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA319D (or 0xBA319D) is known color: Medium Red Violet. HEX triplet: BA, 31 and 9D. RGB value is (186,49,157). Sum of RGB (Red+Green+Blue) = 186+49+157=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA319D is #45CE62. Grayscale: #656565. Windows color (decimal): -4574819 or 10301882. OLE color: 10301882.

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

Color convert

RGB 186 49 157 -
CMYK 0 0.74 0.16 0.27
HSL 312.7º 0.58% 0.46% -
HSV(B) 312.7º 0.74% 0.73% -
XYZ 27.43 15.07 33.36 -
YUV 102.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 186 49 157 0 0.74 0.16 0.27 312.7 0.58 0.46
Hex BA 31 9D 0 4A 10 1B 139 3A 2E
Octal 272 61 235 0 112 20 33 471 72 56
Binary 10111010 110001 10011101 0 1001010 10000 11011 100111001 111010 101110

Color Harmonies of #BA319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA319D

Black with #BA319D

Text Example


Text Example

White with #BA319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA319D; }

 p { color: rgb(186,49,157); }

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

background-color css

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

 a { background-color: rgb(186,49,157); }

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

border-color css

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

 span { border-color: rgb(186,49,157); }

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