Shades of Biloba Flower #BB90E7
Tints of Biloba Flower #BB90E7
RGB
CMYK
RGB Variations
Color information
#BB90E7 (or 0xBB90E7) is known color: Biloba Flower. HEX triplet: BB, 90 and E7. RGB value is (187,144,231). Sum of RGB (Red+Green+Blue) = 187+144+231=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB90E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90E7 is #446F18. Grayscale: #A6A6A6. Windows color (decimal): -4484889 or 15175867. OLE color: 15175867.
HSL color Cylindrical-coordinate representation of color #BB90E7: hue angle of 269.66º degrees, saturation: 0.64, 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 #BB90E7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 144 | 231 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.09 |
| HSL | 269.66º | 0.64% | 0.74% | - |
| HSV(B) | 269.66º | 0.38% | 0.91% | - |
| XYZ | 44.89 | 36.28 | 80.24 | - |
| YUV | 166.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 231 | 0.19 | 0.38 | 0 | 0.09 | 269.66 | 0.64 | 0.74 |
| Hex | BB | 90 | E7 | 13 | 26 | 0 | 9 | 10E | 40 | 4A |
| Octal | 273 | 220 | 347 | 23 | 46 | 0 | 11 | 416 | 100 | 112 |
| Binary | 10111011 | 10010000 | 11100111 | 10011 | 100110 | 0 | 1001 | 100001110 | 1000000 | 1001010 |
Color Harmonies of #BB90E7
Complementary color
Monochromatic Colors of #BB90E7
Black with #BB90E7
Text Example
Text Example
White with #BB90E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90E7; }
p { color: rgb(187,144,231); }
H1.HeaderClassName
{
color: #BB90E7;
}
.AnyTagClassName
{
color: #BB90E7;
}
</style>
background-color css
<style>
a { background-color: #BB90E7; }
a { background-color: rgb(187,144,231); }
div.DivClassName
{
background-color: #BB90E7;
}
.BgClassName
{
background-color: #BB90E7;
}
</style>
border-color css
<style>
span { border-color: #BB90E7; }
span { border-color: rgb(187,144,231); }
td.TdClassName
{
border-color: #BB90E7;
}
.TagClassName
{
border-color: #BB90E7;
}
</style>