Html Css Color HEX #B1277F Medium Red Violet

📋 copy color: '#B1277F'

red 177 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #B1277F

Tints of Medium Red Violet #B1277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 51.6%
G = 11.37%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1277F (or 0xB1277F) is known color: Medium Red Violet. HEX triplet: B1, 27 and 7F. RGB value is (177,39,127). Sum of RGB (Red+Green+Blue) = 177+39+127=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1277F is #4ED880. Grayscale: #5A5A5A. Windows color (decimal): -5167233 or 8333233. OLE color: 8333233.

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

Color convert

RGB 177 39 127 -
CMYK 0 0.78 0.28 0.31
HSL 321.74º 0.64% 0.42% -
HSV(B) 321.74º 0.78% 0.69% -
XYZ 22.69 12.33 21.26 -
YUV 90.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 177 39 127 0 0.78 0.28 0.31 321.74 0.64 0.42
Hex B1 27 7F 0 4E 1C 1F 142 40 2A
Octal 261 47 177 0 116 34 37 502 100 52
Binary 10110001 100111 1111111 0 1001110 11100 11111 101000010 1000000 101010

Color Harmonies of #B1277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1277F

Black with #B1277F

Text Example


Text Example

White with #B1277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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