#B01387

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

Shades of Medium Violet Red #B01387

Tints of Medium Violet Red #B01387

Color information

#B01387 (or 0xB01387) is unknown color: approx Medium Violet Red. HEX triplet: B0, 13 and 87. RGB value is (176,19,135). Sum of RGB (Red+Green+Blue) = 176+19+135=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B01387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01387 is #4FEC78. Grayscale: #4E4E4E. Windows color (decimal): -5237881 or 8852400. OLE color: 8852400.

HSL color Cylindrical-coordinate representation of color #B01387: hue angle of 315.67º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01387 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17619135-
CMYK00.890.230.31
HSL315.67º80.51%38.24%-
HSV(B)315.67º89.2%69.02%-
XYZ22.5111.4523.94-
YUV79.17159.51197.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 5.76%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=53.33%
G=5.76%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761913500.890.230.31315.6780.5138.24
HexB01387059171F13c5126
Octal260232070131273747412146
Binary1011000010011100001110101100110111111111001111001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01387; }

 p { color: rgb(176,19,135); }

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

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

 a { background-color: rgb(176,19,135); }

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

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

 span { border-color: rgb(176,19,135); }

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