Shades of Biloba Flower #B997E1
Tints of Biloba Flower #B997E1
RGB
CMYK
RGB Variations
Color information
#B997E1 (or 0xB997E1) is known color: Biloba Flower. HEX triplet: B9, 97 and E1. RGB value is (185,151,225). Sum of RGB (Red+Green+Blue) = 185+151+225=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #B997E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997E1 is #46681E. Grayscale: #A9A9A9. Windows color (decimal): -4614175 or 14784441. OLE color: 14784441.
HSL color Cylindrical-coordinate representation of color #B997E1: hue angle of 267.57º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B997E1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 151 | 225 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.12 |
| HSL | 267.57º | 0.55% | 0.74% | - |
| HSV(B) | 267.57º | 0.33% | 0.88% | - |
| XYZ | 44.66 | 37.88 | 76.19 | - |
| YUV | 169.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 225 | 0.18 | 0.33 | 0 | 0.12 | 267.57 | 0.55 | 0.74 |
| Hex | B9 | 97 | E1 | 12 | 21 | 0 | C | 10C | 37 | 4A |
| Octal | 271 | 227 | 341 | 22 | 41 | 0 | 14 | 414 | 67 | 112 |
| Binary | 10111001 | 10010111 | 11100001 | 10010 | 100001 | 0 | 1100 | 100001100 | 110111 | 1001010 |
Color Harmonies of #B997E1
Complementary color
Monochromatic Colors of #B997E1
Black with #B997E1
Text Example
Text Example
White with #B997E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997E1; }
p { color: rgb(185,151,225); }
H1.HeaderClassName
{
color: #B997E1;
}
.AnyTagClassName
{
color: #B997E1;
}
</style>
background-color css
<style>
a { background-color: #B997E1; }
a { background-color: rgb(185,151,225); }
div.DivClassName
{
background-color: #B997E1;
}
.BgClassName
{
background-color: #B997E1;
}
</style>
border-color css
<style>
span { border-color: #B997E1; }
span { border-color: rgb(185,151,225); }
td.TdClassName
{
border-color: #B997E1;
}
.TagClassName
{
border-color: #B997E1;
}
</style>