Shades of Biloba Flower #B298E1
Tints of Biloba Flower #B298E1
RGB
CMYK
RGB Variations
Color information
#B298E1 (or 0xB298E1) is known color: Biloba Flower. HEX triplet: B2, 98 and E1. RGB value is (178,152,225). Sum of RGB (Red+Green+Blue) = 178+152+225=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #B298E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298E1 is #4D671E. Grayscale: #A7A7A7. Windows color (decimal): -5072671 or 14784690. OLE color: 14784690.
HSL color Cylindrical-coordinate representation of color #B298E1: hue angle of 261.37º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B298E1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 152 | 225 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.12 |
| HSL | 261.37º | 0.55% | 0.74% | - |
| HSV(B) | 261.37º | 0.32% | 0.88% | - |
| XYZ | 43.18 | 37.36 | 76.17 | - |
| YUV | 168.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 225 | 0.21 | 0.32 | 0 | 0.12 | 261.37 | 0.55 | 0.74 |
| Hex | B2 | 98 | E1 | 15 | 20 | 0 | C | 105 | 37 | 4A |
| Octal | 262 | 230 | 341 | 25 | 40 | 0 | 14 | 405 | 67 | 112 |
| Binary | 10110010 | 10011000 | 11100001 | 10101 | 100000 | 0 | 1100 | 100000101 | 110111 | 1001010 |
Color Harmonies of #B298E1
Complementary color
Monochromatic Colors of #B298E1
Black with #B298E1
Text Example
Text Example
White with #B298E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298E1; }
p { color: rgb(178,152,225); }
H1.HeaderClassName
{
color: #B298E1;
}
.AnyTagClassName
{
color: #B298E1;
}
</style>
background-color css
<style>
a { background-color: #B298E1; }
a { background-color: rgb(178,152,225); }
div.DivClassName
{
background-color: #B298E1;
}
.BgClassName
{
background-color: #B298E1;
}
</style>
border-color css
<style>
span { border-color: #B298E1; }
span { border-color: rgb(178,152,225); }
td.TdClassName
{
border-color: #B298E1;
}
.TagClassName
{
border-color: #B298E1;
}
</style>