#b1099d

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

Shades of Medium Violet Red #B1099D

Tints of Medium Violet Red #B1099D

Color information

#B1099D (or 0xB1099D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 09 and 9D. RGB value is (177,9,157). Sum of RGB (Red+Green+Blue) = 177+9+157=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1099D is #4EF662. Grayscale: #4B4B4B. Windows color (decimal): -5174883 or 10291633. OLE color: 10291633.

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

Color convert

RGB1779157-
CMYK00.950.110.31
HSL307.14º90.32%36.47%-
HSV(B)307.14º94.92%69.41%-
XYZ24.3111.9832.93-
YUV76.1173.66199.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=51.60%
G=2.62%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177915700.950.110.31307.1490.3236.47
HexB199D05FB1F1335a24
Octal261112350137133746313244
Binary10110001100110011101010111111011111111001100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1099d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1099d; }

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

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

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

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

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

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

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

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