Shades of Biloba Flower #B78FED
Tints of Biloba Flower #B78FED
RGB
CMYK
RGB Variations
Color information
#B78FED (or 0xB78FED) is known color: Biloba Flower. HEX triplet: B7, 8F and ED. RGB value is (183,143,237). Sum of RGB (Red+Green+Blue) = 183+143+237=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B78FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FED is #487012. Grayscale: #A5A5A5. Windows color (decimal): -4747283 or 15568823. OLE color: 15568823.
HSL color Cylindrical-coordinate representation of color #B78FED: hue angle of 265.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78FED is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 143 | 237 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.07 |
| HSL | 265.53º | 0.72% | 0.75% | - |
| HSV(B) | 265.53º | 0.4% | 0.93% | - |
| XYZ | 44.64 | 35.83 | 84.68 | - |
| YUV | 165.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 237 | 0.23 | 0.40 | 0 | 0.07 | 265.53 | 0.72 | 0.75 |
| Hex | B7 | 8F | ED | 17 | 28 | 0 | 7 | 10A | 48 | 4B |
| Octal | 267 | 217 | 355 | 27 | 50 | 0 | 7 | 412 | 110 | 113 |
| Binary | 10110111 | 10001111 | 11101101 | 10111 | 101000 | 0 | 111 | 100001010 | 1001000 | 1001011 |
Color Harmonies of #B78FED
Complementary color
Monochromatic Colors of #B78FED
Black with #B78FED
Text Example
Text Example
White with #B78FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FED; }
p { color: rgb(183,143,237); }
H1.HeaderClassName
{
color: #B78FED;
}
.AnyTagClassName
{
color: #B78FED;
}
</style>
background-color css
<style>
a { background-color: #B78FED; }
a { background-color: rgb(183,143,237); }
div.DivClassName
{
background-color: #B78FED;
}
.BgClassName
{
background-color: #B78FED;
}
</style>
border-color css
<style>
span { border-color: #B78FED; }
span { border-color: rgb(183,143,237); }
td.TdClassName
{
border-color: #B78FED;
}
.TagClassName
{
border-color: #B78FED;
}
</style>