Shades of Biloba Flower #B298FF
Tints of Biloba Flower #B298FF
RGB
CMYK
RGB Variations
Color information
#B298FF (or 0xB298FF) is known color: Biloba Flower. HEX triplet: B2, 98 and FF. RGB value is (178,152,255). Sum of RGB (Red+Green+Blue) = 178+152+255=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B298FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298FF is #4D6700. Grayscale: #ABABAB. Windows color (decimal): -5072641 or 16750770. OLE color: 16750770.
HSL color Cylindrical-coordinate representation of color #B298FF: hue angle of 255.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B298FF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 152 | 255 | - |
| CMYK | 0.30 | 0.40 | 0 | 0 |
| HSL | 255.15º | 1% | 0.8% | - |
| HSV(B) | 255.15º | 0.4% | 1% | - |
| XYZ | 47.64 | 39.14 | 99.65 | - |
| YUV | 171.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 255 | 0.30 | 0.40 | 0 | 0 | 255.15 | 1 | 0.8 |
| Hex | B2 | 98 | FF | 1E | 28 | 0 | 0 | FF | 64 | 50 |
| Octal | 262 | 230 | 377 | 36 | 50 | 0 | 0 | 377 | 144 | 120 |
| Binary | 10110010 | 10011000 | 11111111 | 11110 | 101000 | 0 | 0 | 11111111 | 1100100 | 1010000 |
Color Harmonies of #B298FF
Complementary color
Monochromatic Colors of #B298FF
Black with #B298FF
Text Example
Text Example
White with #B298FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298FF; }
p { color: rgb(178,152,255); }
H1.HeaderClassName
{
color: #B298FF;
}
.AnyTagClassName
{
color: #B298FF;
}
</style>
background-color css
<style>
a { background-color: #B298FF; }
a { background-color: rgb(178,152,255); }
div.DivClassName
{
background-color: #B298FF;
}
.BgClassName
{
background-color: #B298FF;
}
</style>
border-color css
<style>
span { border-color: #B298FF; }
span { border-color: rgb(178,152,255); }
td.TdClassName
{
border-color: #B298FF;
}
.TagClassName
{
border-color: #B298FF;
}
</style>