#B10F77

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

Shades of Medium Violet Red #B10F77

Tints of Medium Violet Red #B10F77

Color information

#B10F77 (or 0xB10F77) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0F and 77. RGB value is (177,15,119). Sum of RGB (Red+Green+Blue) = 177+15+119=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F77 is #4EF088. Grayscale: #4B4B4B. Windows color (decimal): -5173385 or 7802801. OLE color: 7802801.

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

Color convert

RGB17715119-
CMYK00.920.330.31
HSL321.48º84.38%37.65%-
HSV(B)321.48º91.53%69.41%-
XYZ21.6311.0218.44-
YUV75.29152.67200.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=56.91%
G=4.82%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771511900.920.330.31321.4884.3837.65
HexB1F7705C211F1415426
Octal261171670134413750112446
Binary101100011111111011101011100100001111111010000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F77; }

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

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

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

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

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

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

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

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