Shades of Biloba Flower #B992F0
Tints of Biloba Flower #B992F0
RGB
CMYK
RGB Variations
Color information
#B992F0 (or 0xB992F0) is known color: Biloba Flower. HEX triplet: B9, 92 and F0. RGB value is (185,146,240). Sum of RGB (Red+Green+Blue) = 185+146+240=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #B992F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F0 is #466D0F. Grayscale: #A8A8A8. Windows color (decimal): -4615440 or 15766201. OLE color: 15766201.
HSL color Cylindrical-coordinate representation of color #B992F0: hue angle of 264.89º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B992F0 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 146 | 240 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.06 |
| HSL | 264.89º | 0.76% | 0.76% | - |
| HSV(B) | 264.89º | 0.39% | 0.94% | - |
| XYZ | 46.01 | 37.16 | 87.19 | - |
| YUV | 168.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 240 | 0.23 | 0.39 | 0 | 0.06 | 264.89 | 0.76 | 0.76 |
| Hex | B9 | 92 | F0 | 17 | 27 | 0 | 6 | 109 | 4C | 4C |
| Octal | 271 | 222 | 360 | 27 | 47 | 0 | 6 | 411 | 114 | 114 |
| Binary | 10111001 | 10010010 | 11110000 | 10111 | 100111 | 0 | 110 | 100001001 | 1001100 | 1001100 |
Color Harmonies of #B992F0
Complementary color
Monochromatic Colors of #B992F0
Black with #B992F0
Text Example
Text Example
White with #B992F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992F0; }
p { color: rgb(185,146,240); }
H1.HeaderClassName
{
color: #B992F0;
}
.AnyTagClassName
{
color: #B992F0;
}
</style>
background-color css
<style>
a { background-color: #B992F0; }
a { background-color: rgb(185,146,240); }
div.DivClassName
{
background-color: #B992F0;
}
.BgClassName
{
background-color: #B992F0;
}
</style>
border-color css
<style>
span { border-color: #B992F0; }
span { border-color: rgb(185,146,240); }
td.TdClassName
{
border-color: #B992F0;
}
.TagClassName
{
border-color: #B992F0;
}
</style>