Html Css Color HEX #BA3294 Medium Red Violet

📋 copy color: '#BA3294'

red 186 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #BA3294

Tints of Medium Red Violet #BA3294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 48.44%
G = 13.02%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA3294 (or 0xBA3294) is known color: Medium Red Violet. HEX triplet: BA, 32 and 94. RGB value is (186,50,148). Sum of RGB (Red+Green+Blue) = 186+50+148=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3294 is #45CD6B. Grayscale: #656565. Windows color (decimal): -4574572 or 9712314. OLE color: 9712314.

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

Color convert

RGB 186 50 148 -
CMYK 0 0.73 0.20 0.27
HSL 316.76º 0.58% 0.46% -
HSV(B) 316.76º 0.73% 0.73% -
XYZ 26.74 14.86 29.48 -
YUV 101.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 186 50 148 0 0.73 0.20 0.27 316.76 0.58 0.46
Hex BA 32 94 0 49 14 1B 13D 3A 2E
Octal 272 62 224 0 111 24 33 475 72 56
Binary 10111010 110010 10010100 0 1001001 10100 11011 100111101 111010 101110

Color Harmonies of #BA3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3294

Black with #BA3294

Text Example


Text Example

White with #BA3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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