Html Css Color HEX #BA3396 Medium Red Violet

📋 copy color: '#BA3396'

red 186 ◦ green 51 ◦ blue 150

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

Shades of Medium Red Violet #BA3396

Tints of Medium Red Violet #BA3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 48.06%
G = 13.18%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3396 (or 0xBA3396) is known color: Medium Red Violet. HEX triplet: BA, 33 and 96. RGB value is (186,51,150). Sum of RGB (Red+Green+Blue) = 186+51+150=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3396 is #45CC69. Grayscale: #666666. Windows color (decimal): -4574314 or 9843642. OLE color: 9843642.

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

Color convert

RGB 186 51 150 -
CMYK 0 0.73 0.19 0.27
HSL 316º 0.57% 0.46% -
HSV(B) 316º 0.73% 0.73% -
XYZ 26.94 15.01 30.33 -
YUV 102.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 186 51 150 0 0.73 0.19 0.27 316 0.57 0.46
Hex BA 33 96 0 49 13 1B 13C 39 2E
Octal 272 63 226 0 111 23 33 474 71 56
Binary 10111010 110011 10010110 0 1001001 10011 11011 100111100 111001 101110

Color Harmonies of #BA3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3396

Black with #BA3396

Text Example


Text Example

White with #BA3396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3396; }

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

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

background-color css

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

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

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

border-color css

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

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

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