Html Css Color HEX #BC1171 Medium Violet Red

📋 copy color: '#BC1171'

red 188 ◦ green 17 ◦ blue 113

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

Shades of Medium Violet Red #BC1171

Tints of Medium Violet Red #BC1171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 59.12%
G = 5.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC1171 (or 0xBC1171) is known color: Medium Violet Red. HEX triplet: BC, 11 and 71. RGB value is (188,17,113). Sum of RGB (Red+Green+Blue) = 188+17+113=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1171 is #43EE8E. Grayscale: #4E4E4E. Windows color (decimal): -4451983 or 7410108. OLE color: 7410108.

HSL color Cylindrical-coordinate representation of color #BC1171: hue angle of 326.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1171 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 113 -
CMYK 0 0.91 0.40 0.26
HSL 326.32º 0.83% 0.4% -
HSV(B) 326.32º 0.91% 0.74% -
XYZ 23.92 12.28 16.73 -
YUV 79.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 188 17 113 0 0.91 0.40 0.26 326.32 0.83 0.4
Hex BC 11 71 0 5B 28 1A 146 53 28
Octal 274 21 161 0 133 50 32 506 123 50
Binary 10111100 10001 1110001 0 1011011 101000 11010 101000110 1010011 101000

Color Harmonies of #BC1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1171

Black with #BC1171

Text Example


Text Example

White with #BC1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1171; }

 p { color: rgb(188,17,113); }

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

background-color css

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

 a { background-color: rgb(188,17,113); }

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

border-color css

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

 span { border-color: rgb(188,17,113); }

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