Html Css Color HEX #B1117C Medium Violet Red

📋 copy color: '#B1117C'

red 177 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #B1117C

Tints of Medium Violet Red #B1117C

RGB

 RED value IS 177 (69.53% from 255) = 55.66%

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

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

R = 55.66%
G = 5.35%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1117C (or 0xB1117C) is known color: Medium Violet Red. HEX triplet: B1, 11 and 7C. RGB value is (177,17,124). Sum of RGB (Red+Green+Blue) = 177+17+124=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1117C is #4EEE83. Grayscale: #4C4C4C. Windows color (decimal): -5172868 or 8130993. OLE color: 8130993.

HSL color Cylindrical-coordinate representation of color #B1117C: hue angle of 319.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1117C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 124 -
CMYK 0 0.90 0.30 0.31
HSL 319.88º 0.82% 0.38% -
HSV(B) 319.88º 0.9% 0.69% -
XYZ 21.97 11.2 20.07 -
YUV 77.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 177 17 124 0 0.90 0.30 0.31 319.88 0.82 0.38
Hex B1 11 7C 0 5A 1E 1F 140 52 26
Octal 261 21 174 0 132 36 37 500 122 46
Binary 10110001 10001 1111100 0 1011010 11110 11111 101000000 1010010 100110

Color Harmonies of #B1117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1117C

Black with #B1117C

Text Example


Text Example

White with #B1117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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