#B10D8F

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

Shades of Medium Violet Red #B10D8F

Tints of Medium Violet Red #B10D8F

Color information

#B10D8F (or 0xB10D8F) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0D and 8F. RGB value is (177,13,143). Sum of RGB (Red+Green+Blue) = 177+13+143=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D8F is #4EF270. Grayscale: #4C4C4C. Windows color (decimal): -5173873 or 9375153. OLE color: 9375153.

HSL color Cylindrical-coordinate representation of color #B10D8F: hue angle of 312.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D8F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17713143-
CMYK00.930.190.31
HSL312.44º86.32%37.25%-
HSV(B)312.44º92.66%69.41%-
XYZ23.2311.6227-
YUV76.86165.33199.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=53.15%
G=3.90%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771314300.930.190.31312.4486.3237.25
HexB1D8F05D131F1385625
Octal261152170135233747012645
Binary101100011101100011110101110110011111111001110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D8F; }

 p { color: rgb(177,13,143); }

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

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

 a { background-color: rgb(177,13,143); }

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

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

 span { border-color: rgb(177,13,143); }

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