Shades of Biloba Flower #B092F0
Tints of Biloba Flower #B092F0
RGB
CMYK
RGB Variations
Color information
#B092F0 (or 0xB092F0) is known color: Biloba Flower. HEX triplet: B0, 92 and F0. RGB value is (176,146,240). Sum of RGB (Red+Green+Blue) = 176+146+240=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B092F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092F0 is #4F6D0F. Grayscale: #A5A5A5. Windows color (decimal): -5205264 or 15766192. OLE color: 15766192.
HSL color Cylindrical-coordinate representation of color #B092F0: hue angle of 259.15º 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 #B092F0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 146 | 240 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.06 |
| HSL | 259.15º | 0.76% | 0.76% | - |
| HSV(B) | 259.15º | 0.39% | 0.94% | - |
| XYZ | 43.91 | 36.08 | 87.09 | - |
| YUV | 165.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 240 | 0.27 | 0.39 | 0 | 0.06 | 259.15 | 0.76 | 0.76 |
| Hex | B0 | 92 | F0 | 1B | 27 | 0 | 6 | 103 | 4C | 4C |
| Octal | 260 | 222 | 360 | 33 | 47 | 0 | 6 | 403 | 114 | 114 |
| Binary | 10110000 | 10010010 | 11110000 | 11011 | 100111 | 0 | 110 | 100000011 | 1001100 | 1001100 |
Color Harmonies of #B092F0
Complementary color
Monochromatic Colors of #B092F0
Black with #B092F0
Text Example
Text Example
White with #B092F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092F0; }
p { color: rgb(176,146,240); }
H1.HeaderClassName
{
color: #B092F0;
}
.AnyTagClassName
{
color: #B092F0;
}
</style>
background-color css
<style>
a { background-color: #B092F0; }
a { background-color: rgb(176,146,240); }
div.DivClassName
{
background-color: #B092F0;
}
.BgClassName
{
background-color: #B092F0;
}
</style>
border-color css
<style>
span { border-color: #B092F0; }
span { border-color: rgb(176,146,240); }
td.TdClassName
{
border-color: #B092F0;
}
.TagClassName
{
border-color: #B092F0;
}
</style>