#B91E7F

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

Shades of Medium Violet Red #B91E7F

Tints of Medium Violet Red #B91E7F

Color information

#B91E7F (or 0xB91E7F) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1E and 7F. RGB value is (185,30,127). Sum of RGB (Red+Green+Blue) = 185+30+127=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E7F is #46E180. Grayscale: #575757. Windows color (decimal): -4645249 or 8330937. OLE color: 8330937.

HSL color Cylindrical-coordinate representation of color #B91E7F: hue angle of 322.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E7F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18530127-
CMYK00.840.310.27
HSL322.45º72.09%42.16%-
HSV(B)322.45º83.78%72.55%-
XYZ24.312.7821.26-
YUV87.4150.35197.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 30 (12.11% from 255) = 8.77%
BLUE value IS 127 (50% from 255) = 37.13%
R=54.09%
G=8.77%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853012700.840.310.27322.4572.0942.16
HexB91E7F0541F1B142482a
Octal271361770124373350211052
Binary101110011111011111110101010011111110111010000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E7F; }

 p { color: rgb(185,30,127); }

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

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

 a { background-color: rgb(185,30,127); }

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

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

 span { border-color: rgb(185,30,127); }

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