#B1008B

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

Shades of Medium Violet Red #B1008B

Tints of Medium Violet Red #B1008B

Color information

#B1008B (or 0xB1008B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 8B. RGB value is (177,0,139). Sum of RGB (Red+Green+Blue) = 177+0+139=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1008B is #4EFF74. Grayscale: #444444. Windows color (decimal): -5177205 or 9109681. OLE color: 9109681.

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

Color convert

RGB1770139-
CMYK010.210.31
HSL312.88º100%34.71%-
HSV(B)312.88º100%69.41%-
XYZ22.7911.2125.39-
YUV68.77167.64205.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=56.01%
G=0%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770139010.210.31312.8810034.71
HexB108B064151F1396423
Octal26102130144253747114443
Binary101100010100010110110010010101111111001110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1008B; }

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

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

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

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

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

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

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

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