Shades of Biloba Flower #B199DC
Tints of Biloba Flower #B199DC
RGB
CMYK
RGB Variations
Color information
#B199DC (or 0xB199DC) is known color: Biloba Flower. HEX triplet: B1, 99 and DC. RGB value is (177,153,220). Sum of RGB (Red+Green+Blue) = 177+153+220=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B199DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DC is #4E6623. Grayscale: #A7A7A7. Windows color (decimal): -5137956 or 14457265. OLE color: 14457265.
HSL color Cylindrical-coordinate representation of color #B199DC: hue angle of 261.49º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B199DC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 153 | 220 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.14 |
| HSL | 261.49º | 0.49% | 0.73% | - |
| HSV(B) | 261.49º | 0.3% | 0.86% | - |
| XYZ | 42.44 | 37.3 | 72.67 | - |
| YUV | 167.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 220 | 0.20 | 0.30 | 0 | 0.14 | 261.49 | 0.49 | 0.73 |
| Hex | B1 | 99 | DC | 14 | 1E | 0 | E | 105 | 31 | 49 |
| Octal | 261 | 231 | 334 | 24 | 36 | 0 | 16 | 405 | 61 | 111 |
| Binary | 10110001 | 10011001 | 11011100 | 10100 | 11110 | 0 | 1110 | 100000101 | 110001 | 1001001 |
Color Harmonies of #B199DC
Complementary color
Monochromatic Colors of #B199DC
Black with #B199DC
Text Example
Text Example
White with #B199DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199DC; }
p { color: rgb(177,153,220); }
H1.HeaderClassName
{
color: #B199DC;
}
.AnyTagClassName
{
color: #B199DC;
}
</style>
background-color css
<style>
a { background-color: #B199DC; }
a { background-color: rgb(177,153,220); }
div.DivClassName
{
background-color: #B199DC;
}
.BgClassName
{
background-color: #B199DC;
}
</style>
border-color css
<style>
span { border-color: #B199DC; }
span { border-color: rgb(177,153,220); }
td.TdClassName
{
border-color: #B199DC;
}
.TagClassName
{
border-color: #B199DC;
}
</style>