#B1427F

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

Shades of Medium Red Violet #B1427F

Tints of Medium Red Violet #B1427F

Color information

#B1427F (or 0xB1427F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 7F. RGB value is (177,66,127). Sum of RGB (Red+Green+Blue) = 177+66+127=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1427F is #4EBD80. Grayscale: #6A6A6A. Windows color (decimal): -5160321 or 8340145. OLE color: 8340145.

HSL color Cylindrical-coordinate representation of color #B1427F: hue angle of 327.03º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1427F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17766127-
CMYK00.630.280.31
HSL327.03º45.68%47.65%-
HSV(B)327.03º62.71%69.41%-
XYZ23.9114.7821.67-
YUV106.14139.77178.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 127 (50% from 255) = 34.32%
R=47.84%
G=17.84%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776612700.630.280.31327.0345.6847.65
HexB1427F03F1C1F1472e30
Octal26110217707734375075660
Binary101100011000010111111101111111110011111101000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1427F; }

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

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

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

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

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

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

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

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