Shades of Biloba Flower #B499F1
Tints of Biloba Flower #B499F1
RGB
CMYK
RGB Variations
Color information
#B499F1 (or 0xB499F1) is known color: Biloba Flower. HEX triplet: B4, 99 and F1. RGB value is (180,153,241). Sum of RGB (Red+Green+Blue) = 180+153+241=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #B499F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499F1 is #4B660E. Grayscale: #AAAAAA. Windows color (decimal): -4941327 or 15833524. OLE color: 15833524.
HSL color Cylindrical-coordinate representation of color #B499F1: hue angle of 258.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B499F1 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 153 | 241 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.05 |
| HSL | 258.41º | 0.76% | 0.77% | - |
| HSV(B) | 258.41º | 0.37% | 0.95% | - |
| XYZ | 46.09 | 38.84 | 88.29 | - |
| YUV | 171.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 241 | 0.25 | 0.37 | 0 | 0.05 | 258.41 | 0.76 | 0.77 |
| Hex | B4 | 99 | F1 | 19 | 25 | 0 | 5 | 102 | 4C | 4D |
| Octal | 264 | 231 | 361 | 31 | 45 | 0 | 5 | 402 | 114 | 115 |
| Binary | 10110100 | 10011001 | 11110001 | 11001 | 100101 | 0 | 101 | 100000010 | 1001100 | 1001101 |
Color Harmonies of #B499F1
Complementary color
Monochromatic Colors of #B499F1
Black with #B499F1
Text Example
Text Example
White with #B499F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499F1; }
p { color: rgb(180,153,241); }
H1.HeaderClassName
{
color: #B499F1;
}
.AnyTagClassName
{
color: #B499F1;
}
</style>
background-color css
<style>
a { background-color: #B499F1; }
a { background-color: rgb(180,153,241); }
div.DivClassName
{
background-color: #B499F1;
}
.BgClassName
{
background-color: #B499F1;
}
</style>
border-color css
<style>
span { border-color: #B499F1; }
span { border-color: rgb(180,153,241); }
td.TdClassName
{
border-color: #B499F1;
}
.TagClassName
{
border-color: #B499F1;
}
</style>