Shades of Biloba Flower #B28DED
Tints of Biloba Flower #B28DED
RGB
CMYK
RGB Variations
Color information
#B28DED (or 0xB28DED) is known color: Biloba Flower. HEX triplet: B2, 8D and ED. RGB value is (178,141,237). Sum of RGB (Red+Green+Blue) = 178+141+237=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B28DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DED is #4D7212. Grayscale: #A2A2A2. Windows color (decimal): -5075475 or 15568306. OLE color: 15568306.
HSL color Cylindrical-coordinate representation of color #B28DED: hue angle of 263.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28DED is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 141 | 237 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.07 |
| HSL | 263.13º | 0.73% | 0.74% | - |
| HSV(B) | 263.13º | 0.41% | 0.93% | - |
| XYZ | 43.17 | 34.63 | 84.53 | - |
| YUV | 163.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 237 | 0.25 | 0.41 | 0 | 0.07 | 263.13 | 0.73 | 0.74 |
| Hex | B2 | 8D | ED | 19 | 29 | 0 | 7 | 107 | 49 | 4A |
| Octal | 262 | 215 | 355 | 31 | 51 | 0 | 7 | 407 | 111 | 112 |
| Binary | 10110010 | 10001101 | 11101101 | 11001 | 101001 | 0 | 111 | 100000111 | 1001001 | 1001010 |
Color Harmonies of #B28DED
Complementary color
Monochromatic Colors of #B28DED
Black with #B28DED
Text Example
Text Example
White with #B28DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DED; }
p { color: rgb(178,141,237); }
H1.HeaderClassName
{
color: #B28DED;
}
.AnyTagClassName
{
color: #B28DED;
}
</style>
background-color css
<style>
a { background-color: #B28DED; }
a { background-color: rgb(178,141,237); }
div.DivClassName
{
background-color: #B28DED;
}
.BgClassName
{
background-color: #B28DED;
}
</style>
border-color css
<style>
span { border-color: #B28DED; }
span { border-color: rgb(178,141,237); }
td.TdClassName
{
border-color: #B28DED;
}
.TagClassName
{
border-color: #B28DED;
}
</style>