Html Css Color HEX #BC176C Medium Violet Red

📋 copy color: '#BC176C'

red 188 ◦ green 23 ◦ blue 108

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

Shades of Medium Violet Red #BC176C

Tints of Medium Violet Red #BC176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 58.93%
G = 7.21%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC176C (or 0xBC176C) is known color: Medium Violet Red. HEX triplet: BC, 17 and 6C. RGB value is (188,23,108). Sum of RGB (Red+Green+Blue) = 188+23+108=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC176C is #43E893. Grayscale: #515151. Windows color (decimal): -4450452 or 7083964. OLE color: 7083964.

HSL color Cylindrical-coordinate representation of color #BC176C: hue angle of 329.09º degrees, saturation: 0.78, 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 #BC176C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 108 -
CMYK 0 0.88 0.43 0.26
HSL 329.09º 0.78% 0.41% -
HSV(B) 329.09º 0.88% 0.74% -
XYZ 23.75 12.39 15.33 -
YUV 82.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 188 23 108 0 0.88 0.43 0.26 329.09 0.78 0.41
Hex BC 17 6C 0 58 2B 1A 149 4E 29
Octal 274 27 154 0 130 53 32 511 116 51
Binary 10111100 10111 1101100 0 1011000 101011 11010 101001001 1001110 101001

Color Harmonies of #BC176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC176C

Black with #BC176C

Text Example


Text Example

White with #BC176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC176C; }

 p { color: rgb(188,23,108); }

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

background-color css

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

 a { background-color: rgb(188,23,108); }

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

border-color css

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

 span { border-color: rgb(188,23,108); }

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