Shades of Biloba Flower #B78FDC
Tints of Biloba Flower #B78FDC
RGB
CMYK
RGB Variations
Color information
#B78FDC (or 0xB78FDC) is known color: Biloba Flower. HEX triplet: B7, 8F and DC. RGB value is (183,143,220). Sum of RGB (Red+Green+Blue) = 183+143+220=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B78FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FDC is #487023. Grayscale: #A3A3A3. Windows color (decimal): -4747300 or 14454711. OLE color: 14454711.
HSL color Cylindrical-coordinate representation of color #B78FDC: hue angle of 271.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B78FDC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 143 | 220 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.14 |
| HSL | 271.17º | 0.52% | 0.71% | - |
| HSV(B) | 271.17º | 0.35% | 0.86% | - |
| XYZ | 42.27 | 34.88 | 72.21 | - |
| YUV | 163.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 220 | 0.17 | 0.35 | 0 | 0.14 | 271.17 | 0.52 | 0.71 |
| Hex | B7 | 8F | DC | 11 | 23 | 0 | E | 10F | 34 | 47 |
| Octal | 267 | 217 | 334 | 21 | 43 | 0 | 16 | 417 | 64 | 107 |
| Binary | 10110111 | 10001111 | 11011100 | 10001 | 100011 | 0 | 1110 | 100001111 | 110100 | 1000111 |
Color Harmonies of #B78FDC
Complementary color
Monochromatic Colors of #B78FDC
Black with #B78FDC
Text Example
Text Example
White with #B78FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FDC; }
p { color: rgb(183,143,220); }
H1.HeaderClassName
{
color: #B78FDC;
}
.AnyTagClassName
{
color: #B78FDC;
}
</style>
background-color css
<style>
a { background-color: #B78FDC; }
a { background-color: rgb(183,143,220); }
div.DivClassName
{
background-color: #B78FDC;
}
.BgClassName
{
background-color: #B78FDC;
}
</style>
border-color css
<style>
span { border-color: #B78FDC; }
span { border-color: rgb(183,143,220); }
td.TdClassName
{
border-color: #B78FDC;
}
.TagClassName
{
border-color: #B78FDC;
}
</style>