#B1277D

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

Shades of Medium Red Violet #B1277D

Tints of Medium Red Violet #B1277D

Color information

#B1277D (or 0xB1277D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 7D. RGB value is (177,39,125). Sum of RGB (Red+Green+Blue) = 177+39+125=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1277D is #4ED882. Grayscale: #595959. Windows color (decimal): -5167235 or 8202161. OLE color: 8202161.

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

Color convert

RGB17739125-
CMYK00.780.290.31
HSL322.61º63.89%42.35%-
HSV(B)322.61º77.97%69.41%-
XYZ22.5612.2820.58-
YUV90.07147.72190.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=51.91%
G=11.44%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773912500.780.290.31322.6163.8942.35
HexB1277D04E1D1F143402a
Octal261471750116353750310052
Binary1011000110011111111010100111011101111111010000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1277D; }

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

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

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

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

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

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

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

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