Shades of Biloba Flower #B78CFF
Tints of Biloba Flower #B78CFF
RGB
CMYK
RGB Variations
Color information
#B78CFF (or 0xB78CFF) is known color: Biloba Flower. HEX triplet: B7, 8C and FF. RGB value is (183,140,255). Sum of RGB (Red+Green+Blue) = 183+140+255=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CFF is #487300. Grayscale: #A5A5A5. Windows color (decimal): -4748033 or 16747703. OLE color: 16747703.
HSL color Cylindrical-coordinate representation of color #B78CFF: hue angle of 262.43º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78CFF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 140 | 255 | - |
| CMYK | 0.28 | 0.45 | 0 | 0 |
| HSL | 262.43º | 1% | 0.77% | - |
| HSV(B) | 262.43º | 0.45% | 1% | - |
| XYZ | 46.96 | 36.04 | 99.09 | - |
| YUV | 165.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 255 | 0.28 | 0.45 | 0 | 0 | 262.43 | 1 | 0.77 |
| Hex | B7 | 8C | FF | 1C | 2D | 0 | 0 | 106 | 64 | 4D |
| Octal | 267 | 214 | 377 | 34 | 55 | 0 | 0 | 406 | 144 | 115 |
| Binary | 10110111 | 10001100 | 11111111 | 11100 | 101101 | 0 | 0 | 100000110 | 1100100 | 1001101 |
Color Harmonies of #B78CFF
Complementary color
Monochromatic Colors of #B78CFF
Black with #B78CFF
Text Example
Text Example
White with #B78CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CFF; }
p { color: rgb(183,140,255); }
H1.HeaderClassName
{
color: #B78CFF;
}
.AnyTagClassName
{
color: #B78CFF;
}
</style>
background-color css
<style>
a { background-color: #B78CFF; }
a { background-color: rgb(183,140,255); }
div.DivClassName
{
background-color: #B78CFF;
}
.BgClassName
{
background-color: #B78CFF;
}
</style>
border-color css
<style>
span { border-color: #B78CFF; }
span { border-color: rgb(183,140,255); }
td.TdClassName
{
border-color: #B78CFF;
}
.TagClassName
{
border-color: #B78CFF;
}
</style>