Html Css Color HEX #BA3777 Medium Red Violet

📋 copy color: '#BA3777'

red 186 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #BA3777

Tints of Medium Red Violet #BA3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 51.67%
G = 15.28%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA3777 (or 0xBA3777) is known color: Medium Red Violet. HEX triplet: BA, 37 and 77. RGB value is (186,55,119). Sum of RGB (Red+Green+Blue) = 186+55+119=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3777 is #45C888. Grayscale: #656565. Windows color (decimal): -4573321 or 7813050. OLE color: 7813050.

HSL color Cylindrical-coordinate representation of color #BA3777: hue angle of 330.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3777 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 119 -
CMYK 0 0.70 0.36 0.27
HSL 330.69º 0.54% 0.47% -
HSV(B) 330.69º 0.7% 0.73% -
XYZ 24.95 14.5 18.94 -
YUV 101.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 186 55 119 0 0.70 0.36 0.27 330.69 0.54 0.47
Hex BA 37 77 0 46 24 1B 14B 36 2F
Octal 272 67 167 0 106 44 33 513 66 57
Binary 10111010 110111 1110111 0 1000110 100100 11011 101001011 110110 101111

Color Harmonies of #BA3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3777

Black with #BA3777

Text Example


Text Example

White with #BA3777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3777; }

 p { color: rgb(186,55,119); }

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

background-color css

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

 a { background-color: rgb(186,55,119); }

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

border-color css

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

 span { border-color: rgb(186,55,119); }

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