Html Css Color HEX #B1127C Medium Violet Red

📋 copy color: '#B1127C'

red 177 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B1127C

Tints of Medium Violet Red #B1127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 55.49%
G = 5.64%
B = 38.87%

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

#B1127C (or 0xB1127C) is known color: Medium Violet Red. HEX triplet: B1, 12 and 7C. RGB value is (177,18,124). Sum of RGB (Red+Green+Blue) = 177+18+124=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1127C is #4EED83. Grayscale: #4D4D4D. Windows color (decimal): -5172612 or 8131249. OLE color: 8131249.

HSL color Cylindrical-coordinate representation of color #B1127C: hue angle of 320º 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 #B1127C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 124 -
CMYK 0 0.90 0.30 0.31
HSL 320º 0.82% 0.38% -
HSV(B) 320º 0.9% 0.69% -
XYZ 21.99 11.23 20.08 -
YUV 77.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 177 18 124 0 0.90 0.30 0.31 320 0.82 0.38
Hex B1 12 7C 0 5A 1E 1F 140 52 26
Octal 261 22 174 0 132 36 37 500 122 46
Binary 10110001 10010 1111100 0 1011010 11110 11111 101000000 1010010 100110

Color Harmonies of #B1127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1127C

Black with #B1127C

Text Example


Text Example

White with #B1127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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