Shades of Biloba Flower #B97DE7
Tints of Biloba Flower #B97DE7
RGB
CMYK
RGB Variations
Color information
#B97DE7 (or 0xB97DE7) is known color: Biloba Flower. HEX triplet: B9, 7D and E7. RGB value is (185,125,231). Sum of RGB (Red+Green+Blue) = 185+125+231=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #B97DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DE7 is #468218. Grayscale: #9A9A9A. Windows color (decimal): -4620825 or 15171001. OLE color: 15171001.
HSL color Cylindrical-coordinate representation of color #B97DE7: hue angle of 273.96º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97DE7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 125 | 231 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.09 |
| HSL | 273.96º | 0.69% | 0.7% | - |
| HSV(B) | 273.96º | 0.46% | 0.91% | - |
| XYZ | 41.77 | 30.75 | 79.34 | - |
| YUV | 155.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 231 | 0.20 | 0.46 | 0 | 0.09 | 273.96 | 0.69 | 0.7 |
| Hex | B9 | 7D | E7 | 14 | 2E | 0 | 9 | 112 | 45 | 46 |
| Octal | 271 | 175 | 347 | 24 | 56 | 0 | 11 | 422 | 105 | 106 |
| Binary | 10111001 | 1111101 | 11100111 | 10100 | 101110 | 0 | 1001 | 100010010 | 1000101 | 1000110 |
Color Harmonies of #B97DE7
Complementary color
Monochromatic Colors of #B97DE7
Black with #B97DE7
Text Example
Text Example
White with #B97DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97DE7; }
p { color: rgb(185,125,231); }
H1.HeaderClassName
{
color: #B97DE7;
}
.AnyTagClassName
{
color: #B97DE7;
}
</style>
background-color css
<style>
a { background-color: #B97DE7; }
a { background-color: rgb(185,125,231); }
div.DivClassName
{
background-color: #B97DE7;
}
.BgClassName
{
background-color: #B97DE7;
}
</style>
border-color css
<style>
span { border-color: #B97DE7; }
span { border-color: rgb(185,125,231); }
td.TdClassName
{
border-color: #B97DE7;
}
.TagClassName
{
border-color: #B97DE7;
}
</style>