#B91E7C

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

Shades of Medium Violet Red #B91E7C

Tints of Medium Violet Red #B91E7C

Color information

#B91E7C (or 0xB91E7C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1E and 7C. RGB value is (185,30,124). Sum of RGB (Red+Green+Blue) = 185+30+124=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E7C is #46E183. Grayscale: #565656. Windows color (decimal): -4645252 or 8134329. OLE color: 8134329.

HSL color Cylindrical-coordinate representation of color #B91E7C: hue angle of 323.61º 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 #B91E7C is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18530124-
CMYK00.840.330.27
HSL323.61º72.09%42.16%-
HSV(B)323.61º83.78%72.55%-
XYZ24.1112.720.25-
YUV87.06148.85197.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=54.57%
G=8.85%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853012400.840.330.27323.6172.0942.16
HexB91E7C054211B144482a
Octal271361740124413350411052
Binary1011100111110111110001010100100001110111010001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E7C; }

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

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

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

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

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

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

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

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