#B4117E

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

Shades of Medium Violet Red #B4117E

Tints of Medium Violet Red #B4117E

Color information

#B4117E (or 0xB4117E) is unknown color: approx Medium Violet Red. HEX triplet: B4, 11 and 7E. RGB value is (180,17,126). Sum of RGB (Red+Green+Blue) = 180+17+126=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4117E is #4BEE81. Grayscale: #4D4D4D. Windows color (decimal): -4976258 or 8262068. OLE color: 8262068.

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

Color convert

RGB18017126-
CMYK00.910.30.29
HSL319.88º82.74%38.63%-
HSV(B)319.88º90.56%70.59%-
XYZ22.7911.6120.78-
YUV78.16155200.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=55.73%
G=5.26%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801712600.910.30.29319.8882.7438.63
HexB4117E05B1E1D1405327
Octal264211760133363550012347
Binary101101001000111111100101101111110111011010000001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4117E; }

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

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

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

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

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

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

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

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