Html Css Color HEX #BC1671 Medium Violet Red

📋 copy color: '#BC1671'

red 188 ◦ green 22 ◦ blue 113

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

Shades of Medium Violet Red #BC1671

Tints of Medium Violet Red #BC1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

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

R = 58.2%
G = 6.81%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC1671 (or 0xBC1671) is known color: Medium Violet Red. HEX triplet: BC, 16 and 71. RGB value is (188,22,113). Sum of RGB (Red+Green+Blue) = 188+22+113=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1671 is #43E98E. Grayscale: #515151. Windows color (decimal): -4450703 or 7411388. OLE color: 7411388.

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

Color convert

RGB 188 22 113 -
CMYK 0 0.88 0.40 0.26
HSL 327.11º 0.79% 0.41% -
HSV(B) 327.11º 0.88% 0.74% -
XYZ 24.01 12.46 16.76 -
YUV 82.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 188 22 113 0 0.88 0.40 0.26 327.11 0.79 0.41
Hex BC 16 71 0 58 28 1A 147 4F 29
Octal 274 26 161 0 130 50 32 507 117 51
Binary 10111100 10110 1110001 0 1011000 101000 11010 101000111 1001111 101001

Color Harmonies of #BC1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1671

Black with #BC1671

Text Example


Text Example

White with #BC1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1671; }

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

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

background-color css

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

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

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

border-color css

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

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

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