Shades of Biloba Flower #B497F3
Tints of Biloba Flower #B497F3
RGB
CMYK
RGB Variations
Color information
#B497F3 (or 0xB497F3) is known color: Biloba Flower. HEX triplet: B4, 97 and F3. RGB value is (180,151,243). Sum of RGB (Red+Green+Blue) = 180+151+243=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 151 (59.38% from 255 or 26.31% 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 #B497F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F3 is #4B680C. Grayscale: #A9A9A9. Windows color (decimal): -4941837 or 15964084. OLE color: 15964084.
HSL color Cylindrical-coordinate representation of color #B497F3: hue angle of 258.91º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B497F3 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 151 | 243 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.05 |
| HSL | 258.91º | 0.79% | 0.77% | - |
| HSV(B) | 258.91º | 0.38% | 0.95% | - |
| XYZ | 46.07 | 38.31 | 89.76 | - |
| YUV | 170.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 243 | 0.26 | 0.38 | 0 | 0.05 | 258.91 | 0.79 | 0.77 |
| Hex | B4 | 97 | F3 | 1A | 26 | 0 | 5 | 103 | 4F | 4D |
| Octal | 264 | 227 | 363 | 32 | 46 | 0 | 5 | 403 | 117 | 115 |
| Binary | 10110100 | 10010111 | 11110011 | 11010 | 100110 | 0 | 101 | 100000011 | 1001111 | 1001101 |
Color Harmonies of #B497F3
Complementary color
Monochromatic Colors of #B497F3
Black with #B497F3
Text Example
Text Example
White with #B497F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497F3; }
p { color: rgb(180,151,243); }
H1.HeaderClassName
{
color: #B497F3;
}
.AnyTagClassName
{
color: #B497F3;
}
</style>
background-color css
<style>
a { background-color: #B497F3; }
a { background-color: rgb(180,151,243); }
div.DivClassName
{
background-color: #B497F3;
}
.BgClassName
{
background-color: #B497F3;
}
</style>
border-color css
<style>
span { border-color: #B497F3; }
span { border-color: rgb(180,151,243); }
td.TdClassName
{
border-color: #B497F3;
}
.TagClassName
{
border-color: #B497F3;
}
</style>