#B10F8E

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

Shades of Medium Violet Red #B10F8E

Tints of Medium Violet Red #B10F8E

Color information

#B10F8E (or 0xB10F8E) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0F and 8E. RGB value is (177,15,142). Sum of RGB (Red+Green+Blue) = 177+15+142=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10F8E is #4EF071. Grayscale: #4D4D4D. Windows color (decimal): -5173362 or 9310129. OLE color: 9310129.

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

Color convert

RGB17715142-
CMYK00.920.200.31
HSL312.96º84.38%37.65%-
HSV(B)312.96º91.53%69.41%-
XYZ23.1811.6426.62-
YUV77.92164.17198.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 15 (6.25% from 255) = 4.49%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=52.99%
G=4.49%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771514200.920.200.31312.9684.3837.65
HexB1F8E05C141F1395426
Octal261172160134243747112446
Binary101100011111100011100101110010100111111001110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F8E; }

 p { color: rgb(177,15,142); }

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

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

 a { background-color: rgb(177,15,142); }

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

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

 span { border-color: rgb(177,15,142); }

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