Html Css Color HEX #BA3679 Medium Red Violet

📋 copy color: '#BA3679'

red 186 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #BA3679

Tints of Medium Red Violet #BA3679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 51.52%
G = 14.96%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3679 (or 0xBA3679) is known color: Medium Red Violet. HEX triplet: BA, 36 and 79. RGB value is (186,54,121). Sum of RGB (Red+Green+Blue) = 186+54+121=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3679 is #45C986. Grayscale: #646464. Windows color (decimal): -4573575 or 7943866. OLE color: 7943866.

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

Color convert

RGB 186 54 121 -
CMYK 0 0.71 0.35 0.27
HSL 329.55º 0.55% 0.47% -
HSV(B) 329.55º 0.71% 0.73% -
XYZ 25.02 14.46 19.56 -
YUV 101.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 186 54 121 0 0.71 0.35 0.27 329.55 0.55 0.47
Hex BA 36 79 0 47 23 1B 14A 37 2F
Octal 272 66 171 0 107 43 33 512 67 57
Binary 10111010 110110 1111001 0 1000111 100011 11011 101001010 110111 101111

Color Harmonies of #BA3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3679

Black with #BA3679

Text Example


Text Example

White with #BA3679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3679; }

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

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

background-color css

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

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

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

border-color css

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

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

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