Shades of Biloba Flower #B891E9
Tints of Biloba Flower #B891E9
RGB
CMYK
RGB Variations
Color information
#B891E9 (or 0xB891E9) is known color: Biloba Flower. HEX triplet: B8, 91 and E9. RGB value is (184,145,233). Sum of RGB (Red+Green+Blue) = 184+145+233=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B891E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B891E9 is #476E16. Grayscale: #A6A6A6. Windows color (decimal): -4681239 or 15307192. OLE color: 15307192.
HSL color Cylindrical-coordinate representation of color #B891E9: hue angle of 266.59º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B891E9 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 145 | 233 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.09 |
| HSL | 266.59º | 0.67% | 0.74% | - |
| HSV(B) | 266.59º | 0.38% | 0.91% | - |
| XYZ | 44.6 | 36.32 | 81.75 | - |
| YUV | 166.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 233 | 0.21 | 0.38 | 0 | 0.09 | 266.59 | 0.67 | 0.74 |
| Hex | B8 | 91 | E9 | 15 | 26 | 0 | 9 | 10B | 43 | 4A |
| Octal | 270 | 221 | 351 | 25 | 46 | 0 | 11 | 413 | 103 | 112 |
| Binary | 10111000 | 10010001 | 11101001 | 10101 | 100110 | 0 | 1001 | 100001011 | 1000011 | 1001010 |
Color Harmonies of #B891E9
Complementary color
Monochromatic Colors of #B891E9
Black with #B891E9
Text Example
Text Example
White with #B891E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891E9; }
p { color: rgb(184,145,233); }
H1.HeaderClassName
{
color: #B891E9;
}
.AnyTagClassName
{
color: #B891E9;
}
</style>
background-color css
<style>
a { background-color: #B891E9; }
a { background-color: rgb(184,145,233); }
div.DivClassName
{
background-color: #B891E9;
}
.BgClassName
{
background-color: #B891E9;
}
</style>
border-color css
<style>
span { border-color: #B891E9; }
span { border-color: rgb(184,145,233); }
td.TdClassName
{
border-color: #B891E9;
}
.TagClassName
{
border-color: #B891E9;
}
</style>