Html Css Color HEX #BA319C Medium Red Violet

📋 copy color: '#BA319C'

red 186 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #BA319C

Tints of Medium Red Violet #BA319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 47.57%
G = 12.53%
B = 39.9%

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

#BA319C (or 0xBA319C) is known color: Medium Red Violet. HEX triplet: BA, 31 and 9C. RGB value is (186,49,156). Sum of RGB (Red+Green+Blue) = 186+49+156=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA319C is #45CE63. Grayscale: #656565. Windows color (decimal): -4574820 or 10236346. OLE color: 10236346.

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

Color convert

RGB 186 49 156 -
CMYK 0 0.74 0.16 0.27
HSL 313.14º 0.58% 0.46% -
HSV(B) 313.14º 0.74% 0.73% -
XYZ 27.35 15.04 32.91 -
YUV 102.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 186 49 156 0 0.74 0.16 0.27 313.14 0.58 0.46
Hex BA 31 9C 0 4A 10 1B 139 3A 2E
Octal 272 61 234 0 112 20 33 471 72 56
Binary 10111010 110001 10011100 0 1001010 10000 11011 100111001 111010 101110

Color Harmonies of #BA319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA319C

Black with #BA319C

Text Example


Text Example

White with #BA319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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