#B10092

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

Shades of Medium Violet Red #B10092

Tints of Medium Violet Red #B10092

Color information

#B10092 (or 0xB10092) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 92. RGB value is (177,0,146). Sum of RGB (Red+Green+Blue) = 177+0+146=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B10092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10092 is #4EFF6D. Grayscale: #454545. Windows color (decimal): -5177198 or 9568433. OLE color: 9568433.

HSL color Cylindrical-coordinate representation of color #B10092: hue angle of 310.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10092 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB1770146-
CMYK010.180.31
HSL310.51º100%34.71%-
HSV(B)310.51º100%69.41%-
XYZ23.3211.4228.17-
YUV69.57171.14204.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=54.80%
G=0%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770146010.180.31310.5110034.71
HexB1092064121F1376423
Octal26102220144223746714443
Binary101100010100100100110010010010111111001101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10092; }

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

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

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

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

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

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

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

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