#B1087B

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

Shades of Medium Violet Red #B1087B

Tints of Medium Violet Red #B1087B

Color information

#B1087B (or 0xB1087B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 7B. RGB value is (177,8,123). Sum of RGB (Red+Green+Blue) = 177+8+123=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1087B is #4EF784. Grayscale: #474747. Windows color (decimal): -5175173 or 8063153. OLE color: 8063153.

HSL color Cylindrical-coordinate representation of color #B1087B: hue angle of 319.17º 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 #B1087B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB1778123-
CMYK00.950.310.31
HSL319.17º91.35%36.27%-
HSV(B)319.17º95.48%69.41%-
XYZ21.7910.9519.7-
YUV71.64156.99203.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=57.47%
G=2.60%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177812300.950.310.31319.1791.3536.27
HexB187B05F1F1F13f5b24
Octal261101730137373747713344
Binary10110001100011110110101111111111111111001111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1087B; }

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

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

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

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

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

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

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

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