Html Css Color HEX #B1277E Medium Red Violet

📋 copy color: '#B1277E'

red 177 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #B1277E

Tints of Medium Red Violet #B1277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 51.75%
G = 11.4%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1277E (or 0xB1277E) is known color: Medium Red Violet. HEX triplet: B1, 27 and 7E. RGB value is (177,39,126). Sum of RGB (Red+Green+Blue) = 177+39+126=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1277E is #4ED881. Grayscale: #595959. Windows color (decimal): -5167234 or 8267697. OLE color: 8267697.

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

Color convert

RGB 177 39 126 -
CMYK 0 0.78 0.29 0.31
HSL 322.17º 0.64% 0.42% -
HSV(B) 322.17º 0.78% 0.69% -
XYZ 22.62 12.3 20.92 -
YUV 90.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 177 39 126 0 0.78 0.29 0.31 322.17 0.64 0.42
Hex B1 27 7E 0 4E 1D 1F 142 40 2A
Octal 261 47 176 0 116 35 37 502 100 52
Binary 10110001 100111 1111110 0 1001110 11101 11111 101000010 1000000 101010

Color Harmonies of #B1277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1277E

Black with #B1277E

Text Example


Text Example

White with #B1277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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