Html Css Color HEX #BA3196 Medium Red Violet

📋 copy color: '#BA3196'

red 186 ◦ green 49 ◦ blue 150

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

Shades of Medium Red Violet #BA3196

Tints of Medium Red Violet #BA3196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 48.31%
G = 12.73%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3196 (or 0xBA3196) is known color: Medium Red Violet. HEX triplet: BA, 31 and 96. RGB value is (186,49,150). Sum of RGB (Red+Green+Blue) = 186+49+150=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3196 is #45CE69. Grayscale: #656565. Windows color (decimal): -4574826 or 9843130. OLE color: 9843130.

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

Color convert

RGB 186 49 150 -
CMYK 0 0.74 0.19 0.27
HSL 315.77º 0.58% 0.46% -
HSV(B) 315.77º 0.74% 0.73% -
XYZ 26.85 14.84 30.3 -
YUV 101.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 186 49 150 0 0.74 0.19 0.27 315.77 0.58 0.46
Hex BA 31 96 0 4A 13 1B 13C 3A 2E
Octal 272 61 226 0 112 23 33 474 72 56
Binary 10111010 110001 10010110 0 1001010 10011 11011 100111100 111010 101110

Color Harmonies of #BA3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3196

Black with #BA3196

Text Example


Text Example

White with #BA3196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3196; }

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

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

background-color css

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

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

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

border-color css

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

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

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