#B1099C

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

Shades of Medium Violet Red #B1099C

Tints of Medium Violet Red #B1099C

Color information

#B1099C (or 0xB1099C) is unknown color: approx Medium Violet Red. HEX triplet: B1, 09 and 9C. RGB value is (177,9,156). Sum of RGB (Red+Green+Blue) = 177+9+156=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1099C is #4EF663. Grayscale: #4B4B4B. Windows color (decimal): -5174884 or 10226097. OLE color: 10226097.

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

Color convert

RGB1779156-
CMYK00.950.120.31
HSL307.5º90.32%36.47%-
HSV(B)307.5º94.92%69.41%-
XYZ24.2311.9432.48-
YUV75.99173.16200.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 9 (3.91% from 255) = 2.63%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=51.75%
G=2.63%
B=45.61%

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
Decimal177915600.950.120.31307.590.3236.47
HexB199C05FC1F1345a24
Octal261112340137143746413244
Binary10110001100110011100010111111100111111001101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1099C; }

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

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

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

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

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

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

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

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