Html Css Color HEX #BA3677 Medium Red Violet

📋 copy color: '#BA3677'

red 186 ◦ green 54 ◦ blue 119

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

Shades of Medium Red Violet #BA3677

Tints of Medium Red Violet #BA3677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

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

R = 51.81%
G = 15.04%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA3677 (or 0xBA3677) is known color: Medium Red Violet. HEX triplet: BA, 36 and 77. RGB value is (186,54,119). Sum of RGB (Red+Green+Blue) = 186+54+119=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3677 is #45C988. Grayscale: #646464. Windows color (decimal): -4573577 or 7812794. OLE color: 7812794.

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

Color convert

RGB 186 54 119 -
CMYK 0 0.71 0.36 0.27
HSL 330.45º 0.55% 0.47% -
HSV(B) 330.45º 0.71% 0.73% -
XYZ 24.9 14.41 18.92 -
YUV 100.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 186 54 119 0 0.71 0.36 0.27 330.45 0.55 0.47
Hex BA 36 77 0 47 24 1B 14A 37 2F
Octal 272 66 167 0 107 44 33 512 67 57
Binary 10111010 110110 1110111 0 1000111 100100 11011 101001010 110111 101111

Color Harmonies of #BA3677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3677

Black with #BA3677

Text Example


Text Example

White with #BA3677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3677; }

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

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

background-color css

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

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

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

border-color css

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

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

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