Html Css Color HEX #BA3C9A Medium Red Violet

📋 copy color: '#BA3C9A'

red 186 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #BA3C9A

Tints of Medium Red Violet #BA3C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 46.5%
G = 15%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA3C9A (or 0xBA3C9A) is known color: Medium Red Violet. HEX triplet: BA, 3C and 9A. RGB value is (186,60,154). Sum of RGB (Red+Green+Blue) = 186+60+154=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C9A is #45C365. Grayscale: #6C6C6C. Windows color (decimal): -4572006 or 10108090. OLE color: 10108090.

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

Color convert

RGB 186 60 154 -
CMYK 0 0.68 0.17 0.27
HSL 315.24º 0.51% 0.48% -
HSV(B) 315.24º 0.68% 0.73% -
XYZ 27.7 16 32.2 -
YUV 108.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 186 60 154 0 0.68 0.17 0.27 315.24 0.51 0.48
Hex BA 3C 9A 0 44 11 1B 13B 33 30
Octal 272 74 232 0 104 21 33 473 63 60
Binary 10111010 111100 10011010 0 1000100 10001 11011 100111011 110011 110000

Color Harmonies of #BA3C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C9A

Black with #BA3C9A

Text Example


Text Example

White with #BA3C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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