Html Css Color HEX #BC178E Medium Violet Red

📋 copy color: '#BC178E'

red 188 ◦ green 23 ◦ blue 142

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

Shades of Medium Violet Red #BC178E

Tints of Medium Violet Red #BC178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 53.26%
G = 6.52%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC178E (or 0xBC178E) is known color: Medium Violet Red. HEX triplet: BC, 17 and 8E. RGB value is (188,23,142). Sum of RGB (Red+Green+Blue) = 188+23+142=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC178E is #43E871. Grayscale: #555555. Windows color (decimal): -4450418 or 9312188. OLE color: 9312188.

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

Color convert

RGB 188 23 142 -
CMYK 0 0.88 0.24 0.26
HSL 316.73º 0.78% 0.41% -
HSV(B) 316.73º 0.88% 0.74% -
XYZ 25.93 13.26 26.78 -
YUV 85.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 188 23 142 0 0.88 0.24 0.26 316.73 0.78 0.41
Hex BC 17 8E 0 58 18 1A 13D 4E 29
Octal 274 27 216 0 130 30 32 475 116 51
Binary 10111100 10111 10001110 0 1011000 11000 11010 100111101 1001110 101001

Color Harmonies of #BC178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC178E

Black with #BC178E

Text Example


Text Example

White with #BC178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC178E; }

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

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

background-color css

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

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

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

border-color css

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

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

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