Html Css Color HEX #BA3395 Medium Red Violet

📋 copy color: '#BA3395'

red 186 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #BA3395

Tints of Medium Red Violet #BA3395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 48.19%
G = 13.21%
B = 38.6%

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

#BA3395 (or 0xBA3395) is known color: Medium Red Violet. HEX triplet: BA, 33 and 95. RGB value is (186,51,149). Sum of RGB (Red+Green+Blue) = 186+51+149=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3395 is #45CC6A. Grayscale: #666666. Windows color (decimal): -4574315 or 9778106. OLE color: 9778106.

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

Color convert

RGB 186 51 149 -
CMYK 0 0.73 0.20 0.27
HSL 316.44º 0.57% 0.46% -
HSV(B) 316.44º 0.73% 0.73% -
XYZ 26.86 14.98 29.91 -
YUV 102.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 186 51 149 0 0.73 0.20 0.27 316.44 0.57 0.46
Hex BA 33 95 0 49 14 1B 13C 39 2E
Octal 272 63 225 0 111 24 33 474 71 56
Binary 10111010 110011 10010101 0 1001001 10100 11011 100111100 111001 101110

Color Harmonies of #BA3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3395

Black with #BA3395

Text Example


Text Example

White with #BA3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3395; }

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

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

background-color css

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

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

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

border-color css

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

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

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