Shades of Biloba Flower #B78CDD
Tints of Biloba Flower #B78CDD
RGB
CMYK
RGB Variations
Color information
#B78CDD (or 0xB78CDD) is known color: Biloba Flower. HEX triplet: B7, 8C and DD. RGB value is (183,140,221). Sum of RGB (Red+Green+Blue) = 183+140+221=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B78CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CDD is #487322. Grayscale: #A1A1A1. Windows color (decimal): -4748067 or 14519479. OLE color: 14519479.
HSL color Cylindrical-coordinate representation of color #B78CDD: hue angle of 271.85º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78CDD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 140 | 221 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.13 |
| HSL | 271.85º | 0.54% | 0.71% | - |
| HSV(B) | 271.85º | 0.37% | 0.87% | - |
| XYZ | 41.96 | 34.04 | 72.77 | - |
| YUV | 162.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 221 | 0.17 | 0.37 | 0 | 0.13 | 271.85 | 0.54 | 0.71 |
| Hex | B7 | 8C | DD | 11 | 25 | 0 | D | 110 | 36 | 47 |
| Octal | 267 | 214 | 335 | 21 | 45 | 0 | 15 | 420 | 66 | 107 |
| Binary | 10110111 | 10001100 | 11011101 | 10001 | 100101 | 0 | 1101 | 100010000 | 110110 | 1000111 |
Color Harmonies of #B78CDD
Complementary color
Monochromatic Colors of #B78CDD
Black with #B78CDD
Text Example
Text Example
White with #B78CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CDD; }
p { color: rgb(183,140,221); }
H1.HeaderClassName
{
color: #B78CDD;
}
.AnyTagClassName
{
color: #B78CDD;
}
</style>
background-color css
<style>
a { background-color: #B78CDD; }
a { background-color: rgb(183,140,221); }
div.DivClassName
{
background-color: #B78CDD;
}
.BgClassName
{
background-color: #B78CDD;
}
</style>
border-color css
<style>
span { border-color: #B78CDD; }
span { border-color: rgb(183,140,221); }
td.TdClassName
{
border-color: #B78CDD;
}
.TagClassName
{
border-color: #B78CDD;
}
</style>