#B11874

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

Shades of Medium Violet Red #B11874

Tints of Medium Violet Red #B11874

Color information

#B11874 (or 0xB11874) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 74. RGB value is (177,24,116). Sum of RGB (Red+Green+Blue) = 177+24+116=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11874 is #4EE78B. Grayscale: #505050. Windows color (decimal): -5171084 or 7608497. OLE color: 7608497.

HSL color Cylindrical-coordinate representation of color #B11874: hue angle of 323.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11874 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17724116-
CMYK00.860.340.31
HSL323.92º76.12%39.41%-
HSV(B)323.92º86.44%69.41%-
XYZ21.6111.2617.56-
YUV80.24148.19197.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=55.84%
G=7.57%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772411600.860.340.31323.9276.1239.41
HexB11874056221F1444c27
Octal261301640126423750411447
Binary1011000111000111010001010110100010111111010001001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11874; }

 p { color: rgb(177,24,116); }

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

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

 a { background-color: rgb(177,24,116); }

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

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

 span { border-color: rgb(177,24,116); }

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