Shades of Biloba Flower #B497FF
Tints of Biloba Flower #B497FF
RGB
CMYK
RGB Variations
Color information
#B497FF (or 0xB497FF) is known color: Biloba Flower. HEX triplet: B4, 97 and FF. RGB value is (180,151,255). Sum of RGB (Red+Green+Blue) = 180+151+255=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B497FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497FF is #4B6800. Grayscale: #ABABAB. Windows color (decimal): -4941825 or 16750516. OLE color: 16750516.
HSL color Cylindrical-coordinate representation of color #B497FF: hue angle of 256.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B497FF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 151 | 255 | - |
| CMYK | 0.29 | 0.41 | 0 | 0 |
| HSL | 256.73º | 1% | 0.8% | - |
| HSV(B) | 256.73º | 0.41% | 1% | - |
| XYZ | 47.94 | 39.06 | 99.62 | - |
| YUV | 171.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 255 | 0.29 | 0.41 | 0 | 0 | 256.73 | 1 | 0.8 |
| Hex | B4 | 97 | FF | 1D | 29 | 0 | 0 | 101 | 64 | 50 |
| Octal | 264 | 227 | 377 | 35 | 51 | 0 | 0 | 401 | 144 | 120 |
| Binary | 10110100 | 10010111 | 11111111 | 11101 | 101001 | 0 | 0 | 100000001 | 1100100 | 1010000 |
Color Harmonies of #B497FF
Complementary color
Monochromatic Colors of #B497FF
Black with #B497FF
Text Example
Text Example
White with #B497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497FF; }
p { color: rgb(180,151,255); }
H1.HeaderClassName
{
color: #B497FF;
}
.AnyTagClassName
{
color: #B497FF;
}
</style>
background-color css
<style>
a { background-color: #B497FF; }
a { background-color: rgb(180,151,255); }
div.DivClassName
{
background-color: #B497FF;
}
.BgClassName
{
background-color: #B497FF;
}
</style>
border-color css
<style>
span { border-color: #B497FF; }
span { border-color: rgb(180,151,255); }
td.TdClassName
{
border-color: #B497FF;
}
.TagClassName
{
border-color: #B497FF;
}
</style>