Shades of Biloba Flower #B78CFA
Tints of Biloba Flower #B78CFA
RGB
CMYK
RGB Variations
Color information
#B78CFA (or 0xB78CFA) is known color: Biloba Flower. HEX triplet: B7, 8C and FA. RGB value is (183,140,250). Sum of RGB (Red+Green+Blue) = 183+140+250=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B78CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CFA is #487305. Grayscale: #A5A5A5. Windows color (decimal): -4748038 or 16420023. OLE color: 16420023.
HSL color Cylindrical-coordinate representation of color #B78CFA: hue angle of 263.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78CFA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 140 | 250 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.02 |
| HSL | 263.45º | 0.92% | 0.76% | - |
| HSV(B) | 263.45º | 0.44% | 0.98% | - |
| XYZ | 46.16 | 35.73 | 94.91 | - |
| YUV | 165.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 250 | 0.27 | 0.44 | 0 | 0.02 | 263.45 | 0.92 | 0.76 |
| Hex | B7 | 8C | FA | 1B | 2C | 0 | 2 | 107 | 5C | 4C |
| Octal | 267 | 214 | 372 | 33 | 54 | 0 | 2 | 407 | 134 | 114 |
| Binary | 10110111 | 10001100 | 11111010 | 11011 | 101100 | 0 | 10 | 100000111 | 1011100 | 1001100 |
Color Harmonies of #B78CFA
Complementary color
Monochromatic Colors of #B78CFA
Black with #B78CFA
Text Example
Text Example
White with #B78CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CFA; }
p { color: rgb(183,140,250); }
H1.HeaderClassName
{
color: #B78CFA;
}
.AnyTagClassName
{
color: #B78CFA;
}
</style>
background-color css
<style>
a { background-color: #B78CFA; }
a { background-color: rgb(183,140,250); }
div.DivClassName
{
background-color: #B78CFA;
}
.BgClassName
{
background-color: #B78CFA;
}
</style>
border-color css
<style>
span { border-color: #B78CFA; }
span { border-color: rgb(183,140,250); }
td.TdClassName
{
border-color: #B78CFA;
}
.TagClassName
{
border-color: #B78CFA;
}
</style>