Shades of Biloba Flower #B199F5
Tints of Biloba Flower #B199F5
RGB
CMYK
RGB Variations
Color information
#B199F5 (or 0xB199F5) is known color: Biloba Flower. HEX triplet: B1, 99 and F5. RGB value is (177,153,245). Sum of RGB (Red+Green+Blue) = 177+153+245=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #B199F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F5 is #4E660A. Grayscale: #AAAAAA. Windows color (decimal): -5137931 or 16095665. OLE color: 16095665.
HSL color Cylindrical-coordinate representation of color #B199F5: hue angle of 255.65º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B199F5 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 153 | 245 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.04 |
| HSL | 255.65º | 0.82% | 0.78% | - |
| HSV(B) | 255.65º | 0.38% | 0.96% | - |
| XYZ | 46 | 38.72 | 91.44 | - |
| YUV | 170.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 245 | 0.28 | 0.38 | 0 | 0.04 | 255.65 | 0.82 | 0.78 |
| Hex | B1 | 99 | F5 | 1C | 26 | 0 | 4 | 100 | 52 | 4E |
| Octal | 261 | 231 | 365 | 34 | 46 | 0 | 4 | 400 | 122 | 116 |
| Binary | 10110001 | 10011001 | 11110101 | 11100 | 100110 | 0 | 100 | 100000000 | 1010010 | 1001110 |
Color Harmonies of #B199F5
Complementary color
Monochromatic Colors of #B199F5
Black with #B199F5
Text Example
Text Example
White with #B199F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199F5; }
p { color: rgb(177,153,245); }
H1.HeaderClassName
{
color: #B199F5;
}
.AnyTagClassName
{
color: #B199F5;
}
</style>
background-color css
<style>
a { background-color: #B199F5; }
a { background-color: rgb(177,153,245); }
div.DivClassName
{
background-color: #B199F5;
}
.BgClassName
{
background-color: #B199F5;
}
</style>
border-color css
<style>
span { border-color: #B199F5; }
span { border-color: rgb(177,153,245); }
td.TdClassName
{
border-color: #B199F5;
}
.TagClassName
{
border-color: #B199F5;
}
</style>