#B10F7A

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

Shades of Medium Violet Red #B10F7A

Tints of Medium Violet Red #B10F7A

Color information

#B10F7A (or 0xB10F7A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0F and 7A. RGB value is (177,15,122). Sum of RGB (Red+Green+Blue) = 177+15+122=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F7A is #4EF085. Grayscale: #4B4B4B. Windows color (decimal): -5173382 or 7999409. OLE color: 7999409.

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

Color convert

RGB17715122-
CMYK00.920.310.31
HSL320.37º84.38%37.65%-
HSV(B)320.37º91.53%69.41%-
XYZ21.8211.0919.4-
YUV75.64154.17200.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=56.37%
G=4.78%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771512200.920.310.31320.3784.3837.65
HexB1F7A05C1F1F1405426
Octal261171720134373750012446
Binary10110001111111110100101110011111111111010000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F7A; }

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

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

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

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

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

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

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

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