Shades of Biloba Flower #B298F1
Tints of Biloba Flower #B298F1
RGB
CMYK
RGB Variations
Color information
#B298F1 (or 0xB298F1) is known color: Biloba Flower. HEX triplet: B2, 98 and F1. RGB value is (178,152,241). Sum of RGB (Red+Green+Blue) = 178+152+241=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B298F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298F1 is #4D670E. Grayscale: #A9A9A9. Windows color (decimal): -5072655 or 15833266. OLE color: 15833266.
HSL color Cylindrical-coordinate representation of color #B298F1: hue angle of 257.53º 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 #B298F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 152 | 241 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.05 |
| HSL | 257.53º | 0.76% | 0.77% | - |
| HSV(B) | 257.53º | 0.37% | 0.95% | - |
| XYZ | 45.47 | 38.27 | 88.21 | - |
| YUV | 169.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 241 | 0.26 | 0.37 | 0 | 0.05 | 257.53 | 0.76 | 0.77 |
| Hex | B2 | 98 | F1 | 1A | 25 | 0 | 5 | 102 | 4C | 4D |
| Octal | 262 | 230 | 361 | 32 | 45 | 0 | 5 | 402 | 114 | 115 |
| Binary | 10110010 | 10011000 | 11110001 | 11010 | 100101 | 0 | 101 | 100000010 | 1001100 | 1001101 |
Color Harmonies of #B298F1
Complementary color
Monochromatic Colors of #B298F1
Black with #B298F1
Text Example
Text Example
White with #B298F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298F1; }
p { color: rgb(178,152,241); }
H1.HeaderClassName
{
color: #B298F1;
}
.AnyTagClassName
{
color: #B298F1;
}
</style>
background-color css
<style>
a { background-color: #B298F1; }
a { background-color: rgb(178,152,241); }
div.DivClassName
{
background-color: #B298F1;
}
.BgClassName
{
background-color: #B298F1;
}
</style>
border-color css
<style>
span { border-color: #B298F1; }
span { border-color: rgb(178,152,241); }
td.TdClassName
{
border-color: #B298F1;
}
.TagClassName
{
border-color: #B298F1;
}
</style>