#B1099B

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

Shades of Medium Violet Red #B1099B

Tints of Medium Violet Red #B1099B

Color information

#B1099B (or 0xB1099B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 09 and 9B. RGB value is (177,9,155). Sum of RGB (Red+Green+Blue) = 177+9+155=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1099B is #4EF664. Grayscale: #4B4B4B. Windows color (decimal): -5174885 or 10160561. OLE color: 10160561.

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

Color convert

RGB1779155-
CMYK00.950.120.31
HSL307.86º90.32%36.47%-
HSV(B)307.86º94.92%69.41%-
XYZ24.1511.9132.04-
YUV75.88172.66200.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 9 (3.91% from 255) = 2.64%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=51.91%
G=2.64%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177915500.950.120.31307.8690.3236.47
HexB199B05FC1F1345a24
Octal261112330137143746413244
Binary10110001100110011011010111111100111111001101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1099B; }

 p { color: rgb(177,9,155); }

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

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

 a { background-color: rgb(177,9,155); }

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

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

 span { border-color: rgb(177,9,155); }

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