#B1028B

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

Shades of Medium Violet Red #B1028B

Tints of Medium Violet Red #B1028B

Color information

#B1028B (or 0xB1028B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 02 and 8B. RGB value is (177,2,139). Sum of RGB (Red+Green+Blue) = 177+2+139=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028B is #4EFD74. Grayscale: #454545. Windows color (decimal): -5176693 or 9110193. OLE color: 9110193.

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

Color convert

RGB1772139-
CMYK00.990.210.31
HSL313.03º97.77%35.1%-
HSV(B)313.03º98.87%69.41%-
XYZ22.8111.2525.4-
YUV69.94166.98204.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=55.66%
G=0.63%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177213900.990.210.31313.0397.7735.1
HexB128B063151F1396223
Octal26122130143253747114243
Binary1011000110100010110110001110101111111001110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1028B; }

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

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

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

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

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

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

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

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