Shades of Biloba Flower #B298DB
Tints of Biloba Flower #B298DB
RGB
CMYK
RGB Variations
Color information
#B298DB (or 0xB298DB) is known color: Biloba Flower. HEX triplet: B2, 98 and DB. RGB value is (178,152,219). Sum of RGB (Red+Green+Blue) = 178+152+219=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B298DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298DB is #4D6724. Grayscale: #A7A7A7. Windows color (decimal): -5072677 or 14391474. OLE color: 14391474.
HSL color Cylindrical-coordinate representation of color #B298DB: hue angle of 263.28º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B298DB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 152 | 219 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.14 |
| HSL | 263.28º | 0.48% | 0.73% | - |
| HSV(B) | 263.28º | 0.31% | 0.86% | - |
| XYZ | 42.37 | 37.04 | 71.93 | - |
| YUV | 167.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 219 | 0.19 | 0.31 | 0 | 0.14 | 263.28 | 0.48 | 0.73 |
| Hex | B2 | 98 | DB | 13 | 1F | 0 | E | 107 | 30 | 49 |
| Octal | 262 | 230 | 333 | 23 | 37 | 0 | 16 | 407 | 60 | 111 |
| Binary | 10110010 | 10011000 | 11011011 | 10011 | 11111 | 0 | 1110 | 100000111 | 110000 | 1001001 |
Color Harmonies of #B298DB
Complementary color
Monochromatic Colors of #B298DB
Black with #B298DB
Text Example
Text Example
White with #B298DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298DB; }
p { color: rgb(178,152,219); }
H1.HeaderClassName
{
color: #B298DB;
}
.AnyTagClassName
{
color: #B298DB;
}
</style>
background-color css
<style>
a { background-color: #B298DB; }
a { background-color: rgb(178,152,219); }
div.DivClassName
{
background-color: #B298DB;
}
.BgClassName
{
background-color: #B298DB;
}
</style>
border-color css
<style>
span { border-color: #B298DB; }
span { border-color: rgb(178,152,219); }
td.TdClassName
{
border-color: #B298DB;
}
.TagClassName
{
border-color: #B298DB;
}
</style>