Shades of Biloba Flower #B997DB
Tints of Biloba Flower #B997DB
RGB
CMYK
RGB Variations
Color information
#B997DB (or 0xB997DB) is known color: Biloba Flower. HEX triplet: B9, 97 and DB. RGB value is (185,151,219). Sum of RGB (Red+Green+Blue) = 185+151+219=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B997DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997DB is #466824. Grayscale: #A8A8A8. Windows color (decimal): -4614181 or 14391225. OLE color: 14391225.
HSL color Cylindrical-coordinate representation of color #B997DB: hue angle of 270º degrees, saturation: 0.49, 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 #B997DB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 151 | 219 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.14 |
| HSL | 270º | 0.49% | 0.73% | - |
| HSV(B) | 270º | 0.31% | 0.86% | - |
| XYZ | 43.86 | 37.56 | 71.96 | - |
| YUV | 168.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 219 | 0.16 | 0.31 | 0 | 0.14 | 270 | 0.49 | 0.73 |
| Hex | B9 | 97 | DB | 10 | 1F | 0 | E | 10E | 31 | 49 |
| Octal | 271 | 227 | 333 | 20 | 37 | 0 | 16 | 416 | 61 | 111 |
| Binary | 10111001 | 10010111 | 11011011 | 10000 | 11111 | 0 | 1110 | 100001110 | 110001 | 1001001 |
Color Harmonies of #B997DB
Complementary color
Monochromatic Colors of #B997DB
Black with #B997DB
Text Example
Text Example
White with #B997DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997DB; }
p { color: rgb(185,151,219); }
H1.HeaderClassName
{
color: #B997DB;
}
.AnyTagClassName
{
color: #B997DB;
}
</style>
background-color css
<style>
a { background-color: #B997DB; }
a { background-color: rgb(185,151,219); }
div.DivClassName
{
background-color: #B997DB;
}
.BgClassName
{
background-color: #B997DB;
}
</style>
border-color css
<style>
span { border-color: #B997DB; }
span { border-color: rgb(185,151,219); }
td.TdClassName
{
border-color: #B997DB;
}
.TagClassName
{
border-color: #B997DB;
}
</style>