Html Css Color HEX #BA3674 Medium Red Violet

📋 copy color: '#BA3674'

red 186 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #BA3674

Tints of Medium Red Violet #BA3674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 52.25%
G = 15.17%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA3674 (or 0xBA3674) is known color: Medium Red Violet. HEX triplet: BA, 36 and 74. RGB value is (186,54,116). Sum of RGB (Red+Green+Blue) = 186+54+116=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3674 is #45C98B. Grayscale: #646464. Windows color (decimal): -4573580 or 7616186. OLE color: 7616186.

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

Color convert

RGB 186 54 116 -
CMYK 0 0.71 0.38 0.27
HSL 331.82º 0.55% 0.47% -
HSV(B) 331.82º 0.71% 0.73% -
XYZ 24.72 14.34 17.99 -
YUV 100.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 186 54 116 0 0.71 0.38 0.27 331.82 0.55 0.47
Hex BA 36 74 0 47 26 1B 14C 37 2F
Octal 272 66 164 0 107 46 33 514 67 57
Binary 10111010 110110 1110100 0 1000111 100110 11011 101001100 110111 101111

Color Harmonies of #BA3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3674

Black with #BA3674

Text Example


Text Example

White with #BA3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3674; }

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

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

background-color css

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

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

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

border-color css

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

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

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