#B7117D

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

Shades of Medium Violet Red #B7117D

Tints of Medium Violet Red #B7117D

Color information

#B7117D (or 0xB7117D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 11 and 7D. RGB value is (183,17,125). Sum of RGB (Red+Green+Blue) = 183+17+125=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7117D is #48EE82. Grayscale: #4E4E4E. Windows color (decimal): -4779651 or 8196535. OLE color: 8196535.

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

Color convert

RGB18317125-
CMYK00.910.320.28
HSL320.96º83%39.22%-
HSV(B)320.96º90.71%71.76%-
XYZ23.4311.9520.47-
YUV78.95154202.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=56.31%
G=5.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831712500.910.320.28320.968339.22
HexB7117D05B201C1415327
Octal267211750133403450112347
Binary1011011110001111110101011011100000111001010000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7117D; }

 p { color: rgb(183,17,125); }

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

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

 a { background-color: rgb(183,17,125); }

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

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

 span { border-color: rgb(183,17,125); }

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