#B9117E

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

Shades of Medium Violet Red #B9117E

Tints of Medium Violet Red #B9117E

Color information

#B9117E (or 0xB9117E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 11 and 7E. RGB value is (185,17,126). Sum of RGB (Red+Green+Blue) = 185+17+126=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9117E is #46EE81. Grayscale: #4F4F4F. Windows color (decimal): -4648578 or 8262073. OLE color: 8262073.

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

Color convert

RGB18517126-
CMYK00.910.320.27
HSL321.07º83.17%39.61%-
HSV(B)321.07º90.81%72.55%-
XYZ23.9712.2220.83-
YUV79.66154.16203.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 17 (7.03% from 255) = 5.18%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=56.40%
G=5.18%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851712600.910.320.27321.0783.1739.61
HexB9117E05B201B1415328
Octal271211760133403350112350
Binary1011100110001111111001011011100000110111010000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9117E; }

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

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

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

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

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

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

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

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