Html Css Color HEX #B1277C Medium Red Violet

📋 copy color: '#B1277C'

red 177 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #B1277C

Tints of Medium Red Violet #B1277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 52.06%
G = 11.47%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1277C (or 0xB1277C) is known color: Medium Red Violet. HEX triplet: B1, 27 and 7C. RGB value is (177,39,124). Sum of RGB (Red+Green+Blue) = 177+39+124=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1277C is #4ED883. Grayscale: #595959. Windows color (decimal): -5167236 or 8136625. OLE color: 8136625.

HSL color Cylindrical-coordinate representation of color #B1277C: hue angle of 323.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1277C is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 124 -
CMYK 0 0.78 0.30 0.31
HSL 323.04º 0.64% 0.42% -
HSV(B) 323.04º 0.78% 0.69% -
XYZ 22.5 12.25 20.25 -
YUV 89.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 177 39 124 0 0.78 0.30 0.31 323.04 0.64 0.42
Hex B1 27 7C 0 4E 1E 1F 143 40 2A
Octal 261 47 174 0 116 36 37 503 100 52
Binary 10110001 100111 1111100 0 1001110 11110 11111 101000011 1000000 101010

Color Harmonies of #B1277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1277C

Black with #B1277C

Text Example


Text Example

White with #B1277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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