#B10B7A

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

Shades of Medium Violet Red #B10B7A

Tints of Medium Violet Red #B10B7A

Color information

#B10B7A (or 0xB10B7A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0B and 7A. RGB value is (177,11,122). Sum of RGB (Red+Green+Blue) = 177+11+122=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B7A is #4EF485. Grayscale: #494949. Windows color (decimal): -5174406 or 7998385. OLE color: 7998385.

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

Color convert

RGB17711122-
CMYK00.940.310.31
HSL319.88º88.3%36.86%-
HSV(B)319.88º93.79%69.41%-
XYZ21.7610.9919.39-
YUV73.29155.5201.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=57.10%
G=3.55%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771112200.940.310.31319.8888.336.86
HexB1B7A05E1F1F1405825
Octal261131720136373750013045
Binary10110001101111110100101111011111111111010000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B7A; }

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

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

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

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

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

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

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

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