Html Css Color HEX #BC179D Medium Violet Red

📋 copy color: '#BC179D'

red 188 ◦ green 23 ◦ blue 157

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

Shades of Medium Violet Red #BC179D

Tints of Medium Violet Red #BC179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 51.09%
G = 6.25%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC179D (or 0xBC179D) is known color: Medium Violet Red. HEX triplet: BC, 17 and 9D. RGB value is (188,23,157). Sum of RGB (Red+Green+Blue) = 188+23+157=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC179D is #43E862. Grayscale: #575757. Windows color (decimal): -4450403 or 10295228. OLE color: 10295228.

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

Color convert

RGB 188 23 157 -
CMYK 0 0.88 0.16 0.26
HSL 311.27º 0.78% 0.41% -
HSV(B) 311.27º 0.88% 0.74% -
XYZ 27.13 13.74 33.12 -
YUV 87.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 188 23 157 0 0.88 0.16 0.26 311.27 0.78 0.41
Hex BC 17 9D 0 58 10 1A 137 4E 29
Octal 274 27 235 0 130 20 32 467 116 51
Binary 10111100 10111 10011101 0 1011000 10000 11010 100110111 1001110 101001

Color Harmonies of #BC179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC179D

Black with #BC179D

Text Example


Text Example

White with #BC179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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