Shades of Biloba Flower #B28ADD
Tints of Biloba Flower #B28ADD
RGB
CMYK
RGB Variations
Color information
#B28ADD (or 0xB28ADD) is known color: Biloba Flower. HEX triplet: B2, 8A and DD. RGB value is (178,138,221). Sum of RGB (Red+Green+Blue) = 178+138+221=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADD is #4D7522. Grayscale: #9F9F9F. Windows color (decimal): -5076259 or 14518962. OLE color: 14518962.
HSL color Cylindrical-coordinate representation of color #B28ADD: hue angle of 268.92º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28ADD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 138 | 221 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.13 |
| HSL | 268.92º | 0.55% | 0.7% | - |
| HSV(B) | 268.92º | 0.38% | 0.87% | - |
| XYZ | 40.5 | 32.86 | 72.62 | - |
| YUV | 159.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 221 | 0.19 | 0.38 | 0 | 0.13 | 268.92 | 0.55 | 0.7 |
| Hex | B2 | 8A | DD | 13 | 26 | 0 | D | 10D | 37 | 46 |
| Octal | 262 | 212 | 335 | 23 | 46 | 0 | 15 | 415 | 67 | 106 |
| Binary | 10110010 | 10001010 | 11011101 | 10011 | 100110 | 0 | 1101 | 100001101 | 110111 | 1000110 |
Color Harmonies of #B28ADD
Complementary color
Monochromatic Colors of #B28ADD
Black with #B28ADD
Text Example
Text Example
White with #B28ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28ADD; }
p { color: rgb(178,138,221); }
H1.HeaderClassName
{
color: #B28ADD;
}
.AnyTagClassName
{
color: #B28ADD;
}
</style>
background-color css
<style>
a { background-color: #B28ADD; }
a { background-color: rgb(178,138,221); }
div.DivClassName
{
background-color: #B28ADD;
}
.BgClassName
{
background-color: #B28ADD;
}
</style>
border-color css
<style>
span { border-color: #B28ADD; }
span { border-color: rgb(178,138,221); }
td.TdClassName
{
border-color: #B28ADD;
}
.TagClassName
{
border-color: #B28ADD;
}
</style>