Shades of Biloba Flower #B19AFA
Tints of Biloba Flower #B19AFA
RGB
CMYK
RGB Variations
Color information
#B19AFA (or 0xB19AFA) is known color: Biloba Flower. HEX triplet: B1, 9A and FA. RGB value is (177,154,250). Sum of RGB (Red+Green+Blue) = 177+154+250=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B19AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFA is #4E6505. Grayscale: #ABABAB. Windows color (decimal): -5137670 or 16423601. OLE color: 16423601.
HSL color Cylindrical-coordinate representation of color #B19AFA: hue angle of 254.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19AFA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 154 | 250 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.02 |
| HSL | 254.38º | 0.91% | 0.79% | - |
| HSV(B) | 254.38º | 0.38% | 0.98% | - |
| XYZ | 46.94 | 39.36 | 95.57 | - |
| YUV | 171.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 250 | 0.29 | 0.38 | 0 | 0.02 | 254.38 | 0.91 | 0.79 |
| Hex | B1 | 9A | FA | 1D | 26 | 0 | 2 | FE | 5B | 4F |
| Octal | 261 | 232 | 372 | 35 | 46 | 0 | 2 | 376 | 133 | 117 |
| Binary | 10110001 | 10011010 | 11111010 | 11101 | 100110 | 0 | 10 | 11111110 | 1011011 | 1001111 |
Color Harmonies of #B19AFA
Complementary color
Monochromatic Colors of #B19AFA
Black with #B19AFA
Text Example
Text Example
White with #B19AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AFA; }
p { color: rgb(177,154,250); }
H1.HeaderClassName
{
color: #B19AFA;
}
.AnyTagClassName
{
color: #B19AFA;
}
</style>
background-color css
<style>
a { background-color: #B19AFA; }
a { background-color: rgb(177,154,250); }
div.DivClassName
{
background-color: #B19AFA;
}
.BgClassName
{
background-color: #B19AFA;
}
</style>
border-color css
<style>
span { border-color: #B19AFA; }
span { border-color: rgb(177,154,250); }
td.TdClassName
{
border-color: #B19AFA;
}
.TagClassName
{
border-color: #B19AFA;
}
</style>