Shades of Biloba Flower #B087F2
Tints of Biloba Flower #B087F2
RGB
CMYK
RGB Variations
Color information
#B087F2 (or 0xB087F2) is known color: Biloba Flower. HEX triplet: B0, 87 and F2. RGB value is (176,135,242). Sum of RGB (Red+Green+Blue) = 176+135+242=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #B087F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087F2 is #4F780D. Grayscale: #9F9F9F. Windows color (decimal): -5208078 or 15894448. OLE color: 15894448.
HSL color Cylindrical-coordinate representation of color #B087F2: hue angle of 262.99º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B087F2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 135 | 242 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.05 |
| HSL | 262.99º | 0.8% | 0.74% | - |
| HSV(B) | 262.99º | 0.44% | 0.95% | - |
| XYZ | 42.6 | 32.97 | 88.12 | - |
| YUV | 159.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 242 | 0.27 | 0.44 | 0 | 0.05 | 262.99 | 0.8 | 0.74 |
| Hex | B0 | 87 | F2 | 1B | 2C | 0 | 5 | 107 | 50 | 4A |
| Octal | 260 | 207 | 362 | 33 | 54 | 0 | 5 | 407 | 120 | 112 |
| Binary | 10110000 | 10000111 | 11110010 | 11011 | 101100 | 0 | 101 | 100000111 | 1010000 | 1001010 |
Color Harmonies of #B087F2
Complementary color
Monochromatic Colors of #B087F2
Black with #B087F2
Text Example
Text Example
White with #B087F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087F2; }
p { color: rgb(176,135,242); }
H1.HeaderClassName
{
color: #B087F2;
}
.AnyTagClassName
{
color: #B087F2;
}
</style>
background-color css
<style>
a { background-color: #B087F2; }
a { background-color: rgb(176,135,242); }
div.DivClassName
{
background-color: #B087F2;
}
.BgClassName
{
background-color: #B087F2;
}
</style>
border-color css
<style>
span { border-color: #B087F2; }
span { border-color: rgb(176,135,242); }
td.TdClassName
{
border-color: #B087F2;
}
.TagClassName
{
border-color: #B087F2;
}
</style>