#B1028A

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

Shades of Medium Violet Red #B1028A

Tints of Medium Violet Red #B1028A

Color information

#B1028A (or 0xB1028A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 02 and 8A. RGB value is (177,2,138). Sum of RGB (Red+Green+Blue) = 177+2+138=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028A is #4EFD75. Grayscale: #454545. Windows color (decimal): -5176694 or 9044657. OLE color: 9044657.

HSL color Cylindrical-coordinate representation of color #B1028A: hue angle of 313.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1028A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB1772138-
CMYK00.990.220.31
HSL313.37º97.77%35.1%-
HSV(B)313.37º98.87%69.41%-
XYZ22.7411.2325.01-
YUV69.83166.48204.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=55.84%
G=0.63%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177213800.990.220.31313.3797.7735.1
HexB128A063161F1396223
Octal26122120143263747114243
Binary1011000110100010100110001110110111111001110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1028A; }

 p { color: rgb(177,2,138); }

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

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

 a { background-color: rgb(177,2,138); }

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

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

 span { border-color: rgb(177,2,138); }

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