Html Css Color HEX #BA3174 Medium Red Violet

📋 copy color: '#BA3174'

red 186 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #BA3174

Tints of Medium Red Violet #BA3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

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

R = 52.99%
G = 13.96%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA3174 (or 0xBA3174) is known color: Medium Red Violet. HEX triplet: BA, 31 and 74. RGB value is (186,49,116). Sum of RGB (Red+Green+Blue) = 186+49+116=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3174 is #45CE8B. Grayscale: #616161. Windows color (decimal): -4574860 or 7614906. OLE color: 7614906.

HSL color Cylindrical-coordinate representation of color #BA3174: hue angle of 330.66º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3174 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 116 -
CMYK 0 0.74 0.38 0.27
HSL 330.66º 0.58% 0.46% -
HSV(B) 330.66º 0.74% 0.73% -
XYZ 24.5 13.9 17.91 -
YUV 97.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 186 49 116 0 0.74 0.38 0.27 330.66 0.58 0.46
Hex BA 31 74 0 4A 26 1B 14B 3A 2E
Octal 272 61 164 0 112 46 33 513 72 56
Binary 10111010 110001 1110100 0 1001010 100110 11011 101001011 111010 101110

Color Harmonies of #BA3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3174

Black with #BA3174

Text Example


Text Example

White with #BA3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3174; }

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

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

background-color css

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

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

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

border-color css

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

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

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