Html Css Color HEX #BA319E Medium Red Violet

📋 copy color: '#BA319E'

red 186 ◦ green 49 ◦ blue 158

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

Shades of Medium Red Violet #BA319E

Tints of Medium Red Violet #BA319E

RGB

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

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

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

R = 47.33%
G = 12.47%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA319E (or 0xBA319E) is known color: Medium Red Violet. HEX triplet: BA, 31 and 9E. RGB value is (186,49,158). Sum of RGB (Red+Green+Blue) = 186+49+158=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA319E is #45CE61. Grayscale: #666666. Windows color (decimal): -4574818 or 10367418. OLE color: 10367418.

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

Color convert

RGB 186 49 158 -
CMYK 0 0.74 0.15 0.27
HSL 312.26º 0.58% 0.46% -
HSV(B) 312.26º 0.74% 0.73% -
XYZ 27.52 15.1 33.81 -
YUV 102.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 186 49 158 0 0.74 0.15 0.27 312.26 0.58 0.46
Hex BA 31 9E 0 4A F 1B 138 3A 2E
Octal 272 61 236 0 112 17 33 470 72 56
Binary 10111010 110001 10011110 0 1001010 1111 11011 100111000 111010 101110

Color Harmonies of #BA319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA319E

Black with #BA319E

Text Example


Text Example

White with #BA319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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