Shades of Biloba Flower #B19AF3
Tints of Biloba Flower #B19AF3
RGB
CMYK
RGB Variations
Color information
#B19AF3 (or 0xB19AF3) is known color: Biloba Flower. HEX triplet: B1, 9A and F3. RGB value is (177,154,243). Sum of RGB (Red+Green+Blue) = 177+154+243=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #B19AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AF3 is #4E650C. Grayscale: #AAAAAA. Windows color (decimal): -5137677 or 15964849. OLE color: 15964849.
HSL color Cylindrical-coordinate representation of color #B19AF3: hue angle of 255.51º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19AF3 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 154 | 243 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.05 |
| HSL | 255.51º | 0.79% | 0.78% | - |
| HSV(B) | 255.51º | 0.37% | 0.95% | - |
| XYZ | 45.86 | 38.93 | 89.89 | - |
| YUV | 171.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 243 | 0.27 | 0.37 | 0 | 0.05 | 255.51 | 0.79 | 0.78 |
| Hex | B1 | 9A | F3 | 1B | 25 | 0 | 5 | 100 | 4F | 4E |
| Octal | 261 | 232 | 363 | 33 | 45 | 0 | 5 | 400 | 117 | 116 |
| Binary | 10110001 | 10011010 | 11110011 | 11011 | 100101 | 0 | 101 | 100000000 | 1001111 | 1001110 |
Color Harmonies of #B19AF3
Complementary color
Monochromatic Colors of #B19AF3
Black with #B19AF3
Text Example
Text Example
White with #B19AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AF3; }
p { color: rgb(177,154,243); }
H1.HeaderClassName
{
color: #B19AF3;
}
.AnyTagClassName
{
color: #B19AF3;
}
</style>
background-color css
<style>
a { background-color: #B19AF3; }
a { background-color: rgb(177,154,243); }
div.DivClassName
{
background-color: #B19AF3;
}
.BgClassName
{
background-color: #B19AF3;
}
</style>
border-color css
<style>
span { border-color: #B19AF3; }
span { border-color: rgb(177,154,243); }
td.TdClassName
{
border-color: #B19AF3;
}
.TagClassName
{
border-color: #B19AF3;
}
</style>