Html Css Color HEX #BA3C97 Medium Red Violet

📋 copy color: '#BA3C97'

red 186 ◦ green 60 ◦ blue 151

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

Shades of Medium Red Violet #BA3C97

Tints of Medium Red Violet #BA3C97

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 46.85%
G = 15.11%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3C97 (or 0xBA3C97) is known color: Medium Red Violet. HEX triplet: BA, 3C and 97. RGB value is (186,60,151). Sum of RGB (Red+Green+Blue) = 186+60+151=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C97 is #45C368. Grayscale: #6B6B6B. Windows color (decimal): -4572009 or 9911482. OLE color: 9911482.

HSL color Cylindrical-coordinate representation of color #BA3C97: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C97 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 151 -
CMYK 0 0.68 0.19 0.27
HSL 316.67º 0.51% 0.48% -
HSV(B) 316.67º 0.68% 0.73% -
XYZ 27.45 15.91 30.9 -
YUV 108.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 186 60 151 0 0.68 0.19 0.27 316.67 0.51 0.48
Hex BA 3C 97 0 44 13 1B 13D 33 30
Octal 272 74 227 0 104 23 33 475 63 60
Binary 10111010 111100 10010111 0 1000100 10011 11011 100111101 110011 110000

Color Harmonies of #BA3C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C97

Black with #BA3C97

Text Example


Text Example

White with #BA3C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C97; }

 p { color: rgb(186,60,151); }

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

background-color css

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

 a { background-color: rgb(186,60,151); }

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

border-color css

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

 span { border-color: rgb(186,60,151); }

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