#B10D92

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

Shades of Medium Violet Red #B10D92

Tints of Medium Violet Red #B10D92

Color information

#B10D92 (or 0xB10D92) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0D and 92. RGB value is (177,13,146). Sum of RGB (Red+Green+Blue) = 177+13+146=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D92 is #4EF26D. Grayscale: #4C4C4C. Windows color (decimal): -5173870 or 9571761. OLE color: 9571761.

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

Color convert

RGB17713146-
CMYK00.930.180.31
HSL311.34º86.32%37.25%-
HSV(B)311.34º92.66%69.41%-
XYZ23.4611.7128.22-
YUV77.2166.83199.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 13 (5.47% from 255) = 3.87%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=52.68%
G=3.87%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771314600.930.180.31311.3486.3237.25
HexB1D9205D121F1375625
Octal261152220135223746712645
Binary101100011101100100100101110110010111111001101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D92; }

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

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

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

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

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

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

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

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