#B1407E

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

Shades of Medium Red Violet #B1407E

Tints of Medium Red Violet #B1407E

Color information

#B1407E (or 0xB1407E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 7E. RGB value is (177,64,126). Sum of RGB (Red+Green+Blue) = 177+64+126=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1407E is #4EBF81. Grayscale: #686868. Windows color (decimal): -5160834 or 8274097. OLE color: 8274097.

HSL color Cylindrical-coordinate representation of color #B1407E: hue angle of 327.08º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1407E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17764126-
CMYK00.640.290.31
HSL327.08º46.89%47.25%-
HSV(B)327.08º63.84%69.41%-
XYZ23.7314.5221.29-
YUV104.85139.94179.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=48.23%
G=17.44%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776412600.640.290.31327.0846.8947.25
HexB1407E0401D1F1472f2f
Octal261100176010035375075757
Binary1011000110000001111110010000001110111111101000111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1407E; }

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

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

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

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

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

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

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

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