Shades of Biloba Flower #B78CFB
Tints of Biloba Flower #B78CFB
RGB
CMYK
RGB Variations
Color information
#B78CFB (or 0xB78CFB) is known color: Biloba Flower. HEX triplet: B7, 8C and FB. RGB value is (183,140,251). Sum of RGB (Red+Green+Blue) = 183+140+251=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B78CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CFB is #487304. Grayscale: #A5A5A5. Windows color (decimal): -4748037 or 16485559. OLE color: 16485559.
HSL color Cylindrical-coordinate representation of color #B78CFB: hue angle of 263.24º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78CFB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 140 | 251 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.02 |
| HSL | 263.24º | 0.93% | 0.77% | - |
| HSV(B) | 263.24º | 0.44% | 0.98% | - |
| XYZ | 46.32 | 35.79 | 95.73 | - |
| YUV | 165.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 251 | 0.27 | 0.44 | 0 | 0.02 | 263.24 | 0.93 | 0.77 |
| Hex | B7 | 8C | FB | 1B | 2C | 0 | 2 | 107 | 5D | 4D |
| Octal | 267 | 214 | 373 | 33 | 54 | 0 | 2 | 407 | 135 | 115 |
| Binary | 10110111 | 10001100 | 11111011 | 11011 | 101100 | 0 | 10 | 100000111 | 1011101 | 1001101 |
Color Harmonies of #B78CFB
Complementary color
Monochromatic Colors of #B78CFB
Black with #B78CFB
Text Example
Text Example
White with #B78CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CFB; }
p { color: rgb(183,140,251); }
H1.HeaderClassName
{
color: #B78CFB;
}
.AnyTagClassName
{
color: #B78CFB;
}
</style>
background-color css
<style>
a { background-color: #B78CFB; }
a { background-color: rgb(183,140,251); }
div.DivClassName
{
background-color: #B78CFB;
}
.BgClassName
{
background-color: #B78CFB;
}
</style>
border-color css
<style>
span { border-color: #B78CFB; }
span { border-color: rgb(183,140,251); }
td.TdClassName
{
border-color: #B78CFB;
}
.TagClassName
{
border-color: #B78CFB;
}
</style>