Html Css Color HEX #BC177F Medium Violet Red

📋 copy color: '#BC177F'

red 188 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #BC177F

Tints of Medium Violet Red #BC177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 55.62%
G = 6.8%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC177F (or 0xBC177F) is known color: Medium Violet Red. HEX triplet: BC, 17 and 7F. RGB value is (188,23,127). Sum of RGB (Red+Green+Blue) = 188+23+127=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC177F is #43E880. Grayscale: #535353. Windows color (decimal): -4450433 or 8329148. OLE color: 8329148.

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

Color convert

RGB 188 23 127 -
CMYK 0 0.88 0.32 0.26
HSL 322.18º 0.78% 0.41% -
HSV(B) 322.18º 0.88% 0.74% -
XYZ 24.88 12.84 21.25 -
YUV 84.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 188 23 127 0 0.88 0.32 0.26 322.18 0.78 0.41
Hex BC 17 7F 0 58 20 1A 142 4E 29
Octal 274 27 177 0 130 40 32 502 116 51
Binary 10111100 10111 1111111 0 1011000 100000 11010 101000010 1001110 101001

Color Harmonies of #BC177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC177F

Black with #BC177F

Text Example


Text Example

White with #BC177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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