#B91F7E

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

Shades of Medium Violet Red #B91F7E

Tints of Medium Violet Red #B91F7E

Color information

#B91F7E (or 0xB91F7E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1F and 7E. RGB value is (185,31,126). Sum of RGB (Red+Green+Blue) = 185+31+126=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F7E is #46E081. Grayscale: #575757. Windows color (decimal): -4644994 or 8265657. OLE color: 8265657.

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

Color convert

RGB18531126-
CMYK00.830.320.27
HSL322.99º71.3%42.35%-
HSV(B)322.99º83.24%72.55%-
XYZ24.2612.820.93-
YUV87.88149.52197.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=54.09%
G=9.06%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853112600.830.320.27322.9971.342.35
HexB91F7E053201B143472a
Octal271371760123403350310752
Binary1011100111111111111001010011100000110111010000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91F7E; }

 p { color: rgb(185,31,126); }

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

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

 a { background-color: rgb(185,31,126); }

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

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

 span { border-color: rgb(185,31,126); }

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