Shades of Biloba Flower #B78FDA
Tints of Biloba Flower #B78FDA
RGB
CMYK
RGB Variations
Color information
#B78FDA (or 0xB78FDA) is known color: Biloba Flower. HEX triplet: B7, 8F and DA. RGB value is (183,143,218). Sum of RGB (Red+Green+Blue) = 183+143+218=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B78FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FDA is #487025. Grayscale: #A3A3A3. Windows color (decimal): -4747302 or 14323639. OLE color: 14323639.
HSL color Cylindrical-coordinate representation of color #B78FDA: hue angle of 272º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78FDA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 143 | 218 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.15 |
| HSL | 272º | 0.5% | 0.71% | - |
| HSV(B) | 272º | 0.34% | 0.85% | - |
| XYZ | 42.01 | 34.77 | 70.83 | - |
| YUV | 163.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 218 | 0.16 | 0.34 | 0 | 0.15 | 272 | 0.5 | 0.71 |
| Hex | B7 | 8F | DA | 10 | 22 | 0 | F | 110 | 32 | 47 |
| Octal | 267 | 217 | 332 | 20 | 42 | 0 | 17 | 420 | 62 | 107 |
| Binary | 10110111 | 10001111 | 11011010 | 10000 | 100010 | 0 | 1111 | 100010000 | 110010 | 1000111 |
Color Harmonies of #B78FDA
Complementary color
Monochromatic Colors of #B78FDA
Black with #B78FDA
Text Example
Text Example
White with #B78FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FDA; }
p { color: rgb(183,143,218); }
H1.HeaderClassName
{
color: #B78FDA;
}
.AnyTagClassName
{
color: #B78FDA;
}
</style>
background-color css
<style>
a { background-color: #B78FDA; }
a { background-color: rgb(183,143,218); }
div.DivClassName
{
background-color: #B78FDA;
}
.BgClassName
{
background-color: #B78FDA;
}
</style>
border-color css
<style>
span { border-color: #B78FDA; }
span { border-color: rgb(183,143,218); }
td.TdClassName
{
border-color: #B78FDA;
}
.TagClassName
{
border-color: #B78FDA;
}
</style>