#B1277A

Color #B1277A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B1277A

Tints of Medium Red Violet #B1277A

Color information

#B1277A (or 0xB1277A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 7A. RGB value is (177,39,122). Sum of RGB (Red+Green+Blue) = 177+39+122=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1277A is #4ED885. Grayscale: #595959. Windows color (decimal): -5167238 or 8005553. OLE color: 8005553.

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

Color convert

RGB17739122-
CMYK00.780.310.31
HSL323.91º63.89%42.35%-
HSV(B)323.91º77.97%69.41%-
XYZ22.3712.219.59-
YUV89.72146.22190.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=52.37%
G=11.54%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773912200.780.310.31323.9163.8942.35
HexB1277A04E1F1F144402a
Octal261471720116373750410052
Binary1011000110011111110100100111011111111111010001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1277A; }

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

 H1.HeaderClassName
 {
   color: #B1277A;
 }
 .AnyTagClassName
 {
   color: #B1277A;
 }
</style>
background-color css

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

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

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

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

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

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