Html Css Color HEX #BA3C7E Medium Red Violet

📋 copy color: '#BA3C7E'

red 186 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #BA3C7E

Tints of Medium Red Violet #BA3C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 50%
G = 16.13%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA3C7E (or 0xBA3C7E) is known color: Medium Red Violet. HEX triplet: BA, 3C and 7E. RGB value is (186,60,126). Sum of RGB (Red+Green+Blue) = 186+60+126=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C7E is #45C381. Grayscale: #696969. Windows color (decimal): -4572034 or 8273082. OLE color: 8273082.

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

Color convert

RGB 186 60 126 -
CMYK 0 0.68 0.32 0.27
HSL 328.57º 0.51% 0.48% -
HSV(B) 328.57º 0.68% 0.73% -
XYZ 25.63 15.18 21.32 -
YUV 105.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 186 60 126 0 0.68 0.32 0.27 328.57 0.51 0.48
Hex BA 3C 7E 0 44 20 1B 149 33 30
Octal 272 74 176 0 104 40 33 511 63 60
Binary 10111010 111100 1111110 0 1000100 100000 11011 101001001 110011 110000

Color Harmonies of #BA3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C7E

Black with #BA3C7E

Text Example


Text Example

White with #BA3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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