Shades of Biloba Flower #B78BDD
Tints of Biloba Flower #B78BDD
RGB
CMYK
RGB Variations
Color information
#B78BDD (or 0xB78BDD) is known color: Biloba Flower. HEX triplet: B7, 8B and DD. RGB value is (183,139,221). Sum of RGB (Red+Green+Blue) = 183+139+221=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B78BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BDD is #487422. Grayscale: #A1A1A1. Windows color (decimal): -4748323 or 14519223. OLE color: 14519223.
HSL color Cylindrical-coordinate representation of color #B78BDD: hue angle of 272.2º degrees, saturation: 0.55, 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 #B78BDD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 139 | 221 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.13 |
| HSL | 272.2º | 0.55% | 0.71% | - |
| HSV(B) | 272.2º | 0.37% | 0.87% | - |
| XYZ | 41.81 | 33.75 | 72.72 | - |
| YUV | 161.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 221 | 0.17 | 0.37 | 0 | 0.13 | 272.2 | 0.55 | 0.71 |
| Hex | B7 | 8B | DD | 11 | 25 | 0 | D | 110 | 37 | 47 |
| Octal | 267 | 213 | 335 | 21 | 45 | 0 | 15 | 420 | 67 | 107 |
| Binary | 10110111 | 10001011 | 11011101 | 10001 | 100101 | 0 | 1101 | 100010000 | 110111 | 1000111 |
Color Harmonies of #B78BDD
Complementary color
Monochromatic Colors of #B78BDD
Black with #B78BDD
Text Example
Text Example
White with #B78BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BDD; }
p { color: rgb(183,139,221); }
H1.HeaderClassName
{
color: #B78BDD;
}
.AnyTagClassName
{
color: #B78BDD;
}
</style>
background-color css
<style>
a { background-color: #B78BDD; }
a { background-color: rgb(183,139,221); }
div.DivClassName
{
background-color: #B78BDD;
}
.BgClassName
{
background-color: #B78BDD;
}
</style>
border-color css
<style>
span { border-color: #B78BDD; }
span { border-color: rgb(183,139,221); }
td.TdClassName
{
border-color: #B78BDD;
}
.TagClassName
{
border-color: #B78BDD;
}
</style>