#B10096

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

Shades of Medium Violet Red #B10096

Tints of Medium Violet Red #B10096

Color information

#B10096 (or 0xB10096) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 96. RGB value is (177,0,150). Sum of RGB (Red+Green+Blue) = 177+0+150=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10096 is #4EFF69. Grayscale: #454545. Windows color (decimal): -5177194 or 9830577. OLE color: 9830577.

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

Color convert

RGB1770150-
CMYK010.150.31
HSL309.15º100%34.71%-
HSV(B)309.15º100%69.41%-
XYZ23.6411.5529.84-
YUV70.02173.14204.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=54.13%
G=0%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770150010.150.31309.1510034.71
HexB1096064F1F1356423
Octal26102260144173746514443
Binary10110001010010110011001001111111111001101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10096; }

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

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

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

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

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

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

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

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