#B91E7E

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

Shades of Medium Violet Red #B91E7E

Tints of Medium Violet Red #B91E7E

Color information

#B91E7E (or 0xB91E7E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1E and 7E. RGB value is (185,30,126). Sum of RGB (Red+Green+Blue) = 185+30+126=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E7E is #46E181. Grayscale: #575757. Windows color (decimal): -4645250 or 8265401. OLE color: 8265401.

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

Color convert

RGB18530126-
CMYK00.840.320.27
HSL322.84º72.09%42.16%-
HSV(B)322.84º83.78%72.55%-
XYZ24.2412.7520.92-
YUV87.29149.85197.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=54.25%
G=8.80%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853012600.840.320.27322.8472.0942.16
HexB91E7E054201B143482a
Octal271361760124403350311052
Binary1011100111110111111001010100100000110111010000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E7E; }

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

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

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

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

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

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

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

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