Html Css Color HEX #BC1C71 Medium Violet Red

📋 copy color: '#BC1C71'

red 188 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #BC1C71

Tints of Medium Violet Red #BC1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

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

R = 57.14%
G = 8.51%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC1C71 (or 0xBC1C71) is known color: Medium Violet Red. HEX triplet: BC, 1C and 71. RGB value is (188,28,113). Sum of RGB (Red+Green+Blue) = 188+28+113=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C71 is #43E38E. Grayscale: #555555. Windows color (decimal): -4449167 or 7412924. OLE color: 7412924.

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

Color convert

RGB 188 28 113 -
CMYK 0 0.85 0.40 0.26
HSL 328.13º 0.74% 0.42% -
HSV(B) 328.13º 0.85% 0.74% -
XYZ 24.13 12.71 16.8 -
YUV 85.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 188 28 113 0 0.85 0.40 0.26 328.13 0.74 0.42
Hex BC 1C 71 0 55 28 1A 148 4A 2A
Octal 274 34 161 0 125 50 32 510 112 52
Binary 10111100 11100 1110001 0 1010101 101000 11010 101001000 1001010 101010

Color Harmonies of #BC1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C71

Black with #BC1C71

Text Example


Text Example

White with #BC1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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