#B10D81

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

Shades of Medium Violet Red #B10D81

Tints of Medium Violet Red #B10D81

Color information

#B10D81 (or 0xB10D81) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0D and 81. RGB value is (177,13,129). Sum of RGB (Red+Green+Blue) = 177+13+129=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D81 is #4EF27E. Grayscale: #4A4A4A. Windows color (decimal): -5173887 or 8457649. OLE color: 8457649.

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

Color convert

RGB17713129-
CMYK00.930.270.31
HSL317.56º86.32%37.25%-
HSV(B)317.56º92.66%69.41%-
XYZ22.2411.2221.76-
YUV75.26158.33200.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=55.49%
G=4.08%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771312900.930.270.31317.5686.3237.25
HexB1D8105D1B1F13e5625
Octal261152010135333747612645
Binary101100011101100000010101110111011111111001111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D81; }

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

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

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

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

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

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

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

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