Html Css Color HEX #BC117C Medium Violet Red

📋 copy color: '#BC117C'

red 188 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #BC117C

Tints of Medium Violet Red #BC117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 57.14%
G = 5.17%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC117C (or 0xBC117C) is known color: Medium Violet Red. HEX triplet: BC, 11 and 7C. RGB value is (188,17,124). Sum of RGB (Red+Green+Blue) = 188+17+124=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC117C is #43EE83. Grayscale: #505050. Windows color (decimal): -4451972 or 8131004. OLE color: 8131004.

HSL color Cylindrical-coordinate representation of color #BC117C: hue angle of 322.46º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC117C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 124 -
CMYK 0 0.91 0.34 0.26
HSL 322.46º 0.83% 0.4% -
HSV(B) 322.46º 0.91% 0.74% -
XYZ 24.58 12.55 20.2 -
YUV 80.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 188 17 124 0 0.91 0.34 0.26 322.46 0.83 0.4
Hex BC 11 7C 0 5B 22 1A 142 53 28
Octal 274 21 174 0 133 42 32 502 123 50
Binary 10111100 10001 1111100 0 1011011 100010 11010 101000010 1010011 101000

Color Harmonies of #BC117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC117C

Black with #BC117C

Text Example


Text Example

White with #BC117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC117C; }

 p { color: rgb(188,17,124); }

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

background-color css

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

 a { background-color: rgb(188,17,124); }

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

border-color css

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

 span { border-color: rgb(188,17,124); }

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