Html Css Color HEX #BC3179 Medium Red Violet

📋 copy color: '#BC3179'

red 188 ◦ green 49 ◦ blue 121

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

Shades of Medium Red Violet #BC3179

Tints of Medium Red Violet #BC3179

RGB

 RED value IS 188 (73.83% from 255) = 52.51%

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

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

R = 52.51%
G = 13.69%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC3179 (or 0xBC3179) is known color: Medium Red Violet. HEX triplet: BC, 31 and 79. RGB value is (188,49,121). Sum of RGB (Red+Green+Blue) = 188+49+121=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3179 is #43CE86. Grayscale: #626262. Windows color (decimal): -4443783 or 7942588. OLE color: 7942588.

HSL color Cylindrical-coordinate representation of color #BC3179: hue angle of 328.92º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3179 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 121 -
CMYK 0 0.74 0.36 0.26
HSL 328.92º 0.59% 0.46% -
HSV(B) 328.92º 0.74% 0.74% -
XYZ 25.29 14.27 19.51 -
YUV 98.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 188 49 121 0 0.74 0.36 0.26 328.92 0.59 0.46
Hex BC 31 79 0 4A 24 1A 149 3B 2E
Octal 274 61 171 0 112 44 32 511 73 56
Binary 10111100 110001 1111001 0 1001010 100100 11010 101001001 111011 101110

Color Harmonies of #BC3179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3179

Black with #BC3179

Text Example


Text Example

White with #BC3179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3179; }

 p { color: rgb(188,49,121); }

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

background-color css

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

 a { background-color: rgb(188,49,121); }

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

border-color css

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

 span { border-color: rgb(188,49,121); }

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