Shades of Biloba Flower #B28DD4
Tints of Biloba Flower #B28DD4
RGB
CMYK
RGB Variations
Color information
#B28DD4 (or 0xB28DD4) is known color: Biloba Flower. HEX triplet: B2, 8D and D4. RGB value is (178,141,212). Sum of RGB (Red+Green+Blue) = 178+141+212=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #B28DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DD4 is #4D722B. Grayscale: #9F9F9F. Windows color (decimal): -5075500 or 13929906. OLE color: 13929906.
HSL color Cylindrical-coordinate representation of color #B28DD4: hue angle of 271.27º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28DD4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 141 | 212 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.17 |
| HSL | 271.27º | 0.45% | 0.69% | - |
| HSV(B) | 271.27º | 0.33% | 0.83% | - |
| XYZ | 39.77 | 33.27 | 66.61 | - |
| YUV | 160.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 212 | 0.16 | 0.33 | 0 | 0.17 | 271.27 | 0.45 | 0.69 |
| Hex | B2 | 8D | D4 | 10 | 21 | 0 | 11 | 10F | 2D | 45 |
| Octal | 262 | 215 | 324 | 20 | 41 | 0 | 21 | 417 | 55 | 105 |
| Binary | 10110010 | 10001101 | 11010100 | 10000 | 100001 | 0 | 10001 | 100001111 | 101101 | 1000101 |
Color Harmonies of #B28DD4
Complementary color
Monochromatic Colors of #B28DD4
Black with #B28DD4
Text Example
Text Example
White with #B28DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DD4; }
p { color: rgb(178,141,212); }
H1.HeaderClassName
{
color: #B28DD4;
}
.AnyTagClassName
{
color: #B28DD4;
}
</style>
background-color css
<style>
a { background-color: #B28DD4; }
a { background-color: rgb(178,141,212); }
div.DivClassName
{
background-color: #B28DD4;
}
.BgClassName
{
background-color: #B28DD4;
}
</style>
border-color css
<style>
span { border-color: #B28DD4; }
span { border-color: rgb(178,141,212); }
td.TdClassName
{
border-color: #B28DD4;
}
.TagClassName
{
border-color: #B28DD4;
}
</style>