Html Css Color HEX #BC177B Medium Violet Red

📋 copy color: '#BC177B'

red 188 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #BC177B

Tints of Medium Violet Red #BC177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 56.29%
G = 6.89%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC177B (or 0xBC177B) is known color: Medium Violet Red. HEX triplet: BC, 17 and 7B. RGB value is (188,23,123). Sum of RGB (Red+Green+Blue) = 188+23+123=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC177B is #43E884. Grayscale: #535353. Windows color (decimal): -4450437 or 8067004. OLE color: 8067004.

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

Color convert

RGB 188 23 123 -
CMYK 0 0.88 0.35 0.26
HSL 323.64º 0.78% 0.41% -
HSV(B) 323.64º 0.88% 0.74% -
XYZ 24.62 12.73 19.9 -
YUV 83.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 188 23 123 0 0.88 0.35 0.26 323.64 0.78 0.41
Hex BC 17 7B 0 58 23 1A 144 4E 29
Octal 274 27 173 0 130 43 32 504 116 51
Binary 10111100 10111 1111011 0 1011000 100011 11010 101000100 1001110 101001

Color Harmonies of #BC177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC177B

Black with #BC177B

Text Example


Text Example

White with #BC177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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