Html Css Color HEX #BC316F Medium Red Violet

📋 copy color: '#BC316F'

red 188 ◦ green 49 ◦ blue 111

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

Shades of Medium Red Violet #BC316F

Tints of Medium Red Violet #BC316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 54.02%
G = 14.08%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC316F (or 0xBC316F) is known color: Medium Red Violet. HEX triplet: BC, 31 and 6F. RGB value is (188,49,111). Sum of RGB (Red+Green+Blue) = 188+49+111=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC316F is #43CE90. Grayscale: #616161. Windows color (decimal): -4443793 or 7287228. OLE color: 7287228.

HSL color Cylindrical-coordinate representation of color #BC316F: hue angle of 333.24º 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 #BC316F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 111 -
CMYK 0 0.74 0.41 0.26
HSL 333.24º 0.59% 0.46% -
HSV(B) 333.24º 0.74% 0.74% -
XYZ 24.71 14.04 16.45 -
YUV 97.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 188 49 111 0 0.74 0.41 0.26 333.24 0.59 0.46
Hex BC 31 6F 0 4A 29 1A 14D 3B 2E
Octal 274 61 157 0 112 51 32 515 73 56
Binary 10111100 110001 1101111 0 1001010 101001 11010 101001101 111011 101110

Color Harmonies of #BC316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC316F

Black with #BC316F

Text Example


Text Example

White with #BC316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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