Shades of Biloba Flower #B28BE7
Tints of Biloba Flower #B28BE7
RGB
CMYK
RGB Variations
Color information
#B28BE7 (or 0xB28BE7) is known color: Biloba Flower. HEX triplet: B2, 8B and E7. RGB value is (178,139,231). Sum of RGB (Red+Green+Blue) = 178+139+231=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #B28BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BE7 is #4D7418. Grayscale: #A0A0A0. Windows color (decimal): -5075993 or 15174578. OLE color: 15174578.
HSL color Cylindrical-coordinate representation of color #B28BE7: hue angle of 265.43º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28BE7 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 139 | 231 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.09 |
| HSL | 265.43º | 0.66% | 0.73% | - |
| HSV(B) | 265.43º | 0.4% | 0.91% | - |
| XYZ | 42.02 | 33.7 | 79.89 | - |
| YUV | 161.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 231 | 0.23 | 0.40 | 0 | 0.09 | 265.43 | 0.66 | 0.73 |
| Hex | B2 | 8B | E7 | 17 | 28 | 0 | 9 | 109 | 42 | 49 |
| Octal | 262 | 213 | 347 | 27 | 50 | 0 | 11 | 411 | 102 | 111 |
| Binary | 10110010 | 10001011 | 11100111 | 10111 | 101000 | 0 | 1001 | 100001001 | 1000010 | 1001001 |
Color Harmonies of #B28BE7
Complementary color
Monochromatic Colors of #B28BE7
Black with #B28BE7
Text Example
Text Example
White with #B28BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BE7; }
p { color: rgb(178,139,231); }
H1.HeaderClassName
{
color: #B28BE7;
}
.AnyTagClassName
{
color: #B28BE7;
}
</style>
background-color css
<style>
a { background-color: #B28BE7; }
a { background-color: rgb(178,139,231); }
div.DivClassName
{
background-color: #B28BE7;
}
.BgClassName
{
background-color: #B28BE7;
}
</style>
border-color css
<style>
span { border-color: #B28BE7; }
span { border-color: rgb(178,139,231); }
td.TdClassName
{
border-color: #B28BE7;
}
.TagClassName
{
border-color: #B28BE7;
}
</style>