Html Css Color HEX #BC178F Medium Violet Red

📋 copy color: '#BC178F'

red 188 ◦ green 23 ◦ blue 143

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

Shades of Medium Violet Red #BC178F

Tints of Medium Violet Red #BC178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 53.11%
G = 6.5%
B = 40.4%

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

#BC178F (or 0xBC178F) is known color: Medium Violet Red. HEX triplet: BC, 17 and 8F. RGB value is (188,23,143). Sum of RGB (Red+Green+Blue) = 188+23+143=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC178F is #43E870. Grayscale: #555555. Windows color (decimal): -4450417 or 9377724. OLE color: 9377724.

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

Color convert

RGB 188 23 143 -
CMYK 0 0.88 0.24 0.26
HSL 316.36º 0.78% 0.41% -
HSV(B) 316.36º 0.88% 0.74% -
XYZ 26 13.29 27.18 -
YUV 86.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 188 23 143 0 0.88 0.24 0.26 316.36 0.78 0.41
Hex BC 17 8F 0 58 18 1A 13C 4E 29
Octal 274 27 217 0 130 30 32 474 116 51
Binary 10111100 10111 10001111 0 1011000 11000 11010 100111100 1001110 101001

Color Harmonies of #BC178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC178F

Black with #BC178F

Text Example


Text Example

White with #BC178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC178F; }

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

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

background-color css

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

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

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

border-color css

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

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

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