#B10087

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

Shades of Medium Violet Red #B10087

Tints of Medium Violet Red #B10087

Color information

#B10087 (or 0xB10087) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 87. RGB value is (177,0,135). Sum of RGB (Red+Green+Blue) = 177+0+135=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B10087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10087 is #4EFF78. Grayscale: #434343. Windows color (decimal): -5177209 or 8847537. OLE color: 8847537.

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

Color convert

RGB1770135-
CMYK010.240.31
HSL314.24º100%34.71%-
HSV(B)314.24º100%69.41%-
XYZ22.511.123.88-
YUV68.31165.64205.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=56.73%
G=0%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770135010.240.31314.2410034.71
HexB1087064181F13a6423
Octal26102070144303747214443
Binary101100010100001110110010011000111111001110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10087; }

 p { color: rgb(177,0,135); }

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

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

 a { background-color: rgb(177,0,135); }

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

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

 span { border-color: rgb(177,0,135); }

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