Shades of Biloba Flower #B28DDD
Tints of Biloba Flower #B28DDD
RGB
CMYK
RGB Variations
Color information
#B28DDD (or 0xB28DDD) is known color: Biloba Flower. HEX triplet: B2, 8D and DD. RGB value is (178,141,221). Sum of RGB (Red+Green+Blue) = 178+141+221=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DDD is #4D7222. Grayscale: #A0A0A0. Windows color (decimal): -5075491 or 14519730. OLE color: 14519730.
HSL color Cylindrical-coordinate representation of color #B28DDD: hue angle of 267.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28DDD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 141 | 221 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.13 |
| HSL | 267.75º | 0.54% | 0.71% | - |
| HSV(B) | 267.75º | 0.36% | 0.87% | - |
| XYZ | 40.94 | 33.74 | 72.76 | - |
| YUV | 161.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 221 | 0.19 | 0.36 | 0 | 0.13 | 267.75 | 0.54 | 0.71 |
| Hex | B2 | 8D | DD | 13 | 24 | 0 | D | 10C | 36 | 47 |
| Octal | 262 | 215 | 335 | 23 | 44 | 0 | 15 | 414 | 66 | 107 |
| Binary | 10110010 | 10001101 | 11011101 | 10011 | 100100 | 0 | 1101 | 100001100 | 110110 | 1000111 |
Color Harmonies of #B28DDD
Complementary color
Monochromatic Colors of #B28DDD
Black with #B28DDD
Text Example
Text Example
White with #B28DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DDD; }
p { color: rgb(178,141,221); }
H1.HeaderClassName
{
color: #B28DDD;
}
.AnyTagClassName
{
color: #B28DDD;
}
</style>
background-color css
<style>
a { background-color: #B28DDD; }
a { background-color: rgb(178,141,221); }
div.DivClassName
{
background-color: #B28DDD;
}
.BgClassName
{
background-color: #B28DDD;
}
</style>
border-color css
<style>
span { border-color: #B28DDD; }
span { border-color: rgb(178,141,221); }
td.TdClassName
{
border-color: #B28DDD;
}
.TagClassName
{
border-color: #B28DDD;
}
</style>