#B10886

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

Shades of Medium Violet Red #B10886

Tints of Medium Violet Red #B10886

Color information

#B10886 (or 0xB10886) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 86. RGB value is (177,8,134). Sum of RGB (Red+Green+Blue) = 177+8+134=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B10886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10886 is #4EF779. Grayscale: #484848. Windows color (decimal): -5175162 or 8784049. OLE color: 8784049.

HSL color Cylindrical-coordinate representation of color #B10886: hue angle of 315.27º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10886 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB1778134-
CMYK00.950.240.31
HSL315.27º91.35%36.27%-
HSV(B)315.27º95.48%69.41%-
XYZ22.5211.2423.54-
YUV72.9162.49202.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=55.49%
G=2.51%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813400.950.240.31315.2791.3536.27
HexB188605F181F13b5b24
Octal261102060137303747313344
Binary101100011000100001100101111111000111111001110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10886; }

 p { color: rgb(177,8,134); }

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

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

 a { background-color: rgb(177,8,134); }

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

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

 span { border-color: rgb(177,8,134); }

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