#B10D7E

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

Shades of Medium Violet Red #B10D7E

Tints of Medium Violet Red #B10D7E

Color information

#B10D7E (or 0xB10D7E) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0D and 7E. RGB value is (177,13,126). Sum of RGB (Red+Green+Blue) = 177+13+126=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D7E is #4EF281. Grayscale: #4A4A4A. Windows color (decimal): -5173890 or 8261041. OLE color: 8261041.

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

Color convert

RGB17713126-
CMYK00.930.290.31
HSL318.66º86.32%37.25%-
HSV(B)318.66º92.66%69.41%-
XYZ22.0411.1420.73-
YUV74.92156.83200.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=56.01%
G=4.11%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771312600.930.290.31318.6686.3237.25
HexB1D7E05D1D1F13f5625
Octal261151760135353747712645
Binary10110001110111111100101110111101111111001111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D7E; }

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

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

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

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

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

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

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

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