#B10F97

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

Shades of Medium Violet Red #B10F97

Tints of Medium Violet Red #B10F97

Color information

#B10F97 (or 0xB10F97) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0F and 97. RGB value is (177,15,151). Sum of RGB (Red+Green+Blue) = 177+15+151=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10F97 is #4EF068. Grayscale: #4E4E4E. Windows color (decimal): -5173353 or 9899953. OLE color: 9899953.

HSL color Cylindrical-coordinate representation of color #B10F97: hue angle of 309.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F97 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17715151-
CMYK00.920.150.31
HSL309.63º84.38%37.65%-
HSV(B)309.63º91.53%69.41%-
XYZ23.8911.9230.32-
YUV78.94168.67197.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=51.60%
G=4.37%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771515100.920.150.31309.6384.3837.65
HexB1F9705CF1F1365426
Octal261172270134173746612446
Binary10110001111110010111010111001111111111001101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F97; }

 p { color: rgb(177,15,151); }

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

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

 a { background-color: rgb(177,15,151); }

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

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

 span { border-color: rgb(177,15,151); }

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