#B1058E

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

Shades of Medium Violet Red #B1058E

Tints of Medium Violet Red #B1058E

Color information

#B1058E (or 0xB1058E) is unknown color: approx Medium Violet Red. HEX triplet: B1, 05 and 8E. RGB value is (177,5,142). Sum of RGB (Red+Green+Blue) = 177+5+142=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1058E is #4EFA71. Grayscale: #474747. Windows color (decimal): -5175922 or 9307569. OLE color: 9307569.

HSL color Cylindrical-coordinate representation of color #B1058E: hue angle of 312.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1058E is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB1775142-
CMYK00.970.200.31
HSL312.21º94.51%35.69%-
HSV(B)312.21º97.18%69.41%-
XYZ23.0711.4126.58-
YUV72.05167.48202.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=54.63%
G=1.54%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177514200.970.200.31312.2194.5135.69
HexB158E061141F1385f24
Octal26152160141243747013744
Binary10110001101100011100110000110100111111001110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1058E; }

 p { color: rgb(177,5,142); }

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

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

 a { background-color: rgb(177,5,142); }

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

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

 span { border-color: rgb(177,5,142); }

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