Shades of Biloba Flower #B78FF5
Tints of Biloba Flower #B78FF5
RGB
CMYK
RGB Variations
Color information
#B78FF5 (or 0xB78FF5) is known color: Biloba Flower. HEX triplet: B7, 8F and F5. RGB value is (183,143,245). Sum of RGB (Red+Green+Blue) = 183+143+245=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #B78FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FF5 is #48700A. Grayscale: #A6A6A6. Windows color (decimal): -4747275 or 16093111. OLE color: 16093111.
HSL color Cylindrical-coordinate representation of color #B78FF5: hue angle of 263.53º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78FF5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 143 | 245 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.04 |
| HSL | 263.53º | 0.84% | 0.76% | - |
| HSV(B) | 263.53º | 0.42% | 0.96% | - |
| XYZ | 45.83 | 36.3 | 90.98 | - |
| YUV | 166.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 245 | 0.25 | 0.42 | 0 | 0.04 | 263.53 | 0.84 | 0.76 |
| Hex | B7 | 8F | F5 | 19 | 2A | 0 | 4 | 108 | 54 | 4C |
| Octal | 267 | 217 | 365 | 31 | 52 | 0 | 4 | 410 | 124 | 114 |
| Binary | 10110111 | 10001111 | 11110101 | 11001 | 101010 | 0 | 100 | 100001000 | 1010100 | 1001100 |
Color Harmonies of #B78FF5
Complementary color
Monochromatic Colors of #B78FF5
Black with #B78FF5
Text Example
Text Example
White with #B78FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FF5; }
p { color: rgb(183,143,245); }
H1.HeaderClassName
{
color: #B78FF5;
}
.AnyTagClassName
{
color: #B78FF5;
}
</style>
background-color css
<style>
a { background-color: #B78FF5; }
a { background-color: rgb(183,143,245); }
div.DivClassName
{
background-color: #B78FF5;
}
.BgClassName
{
background-color: #B78FF5;
}
</style>
border-color css
<style>
span { border-color: #B78FF5; }
span { border-color: rgb(183,143,245); }
td.TdClassName
{
border-color: #B78FF5;
}
.TagClassName
{
border-color: #B78FF5;
}
</style>