Shades of Biloba Flower #B28BD6
Tints of Biloba Flower #B28BD6
RGB
CMYK
RGB Variations
Color information
#B28BD6 (or 0xB28BD6) is known color: Biloba Flower. HEX triplet: B2, 8B and D6. RGB value is (178,139,214). Sum of RGB (Red+Green+Blue) = 178+139+214=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #B28BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BD6 is #4D7429. Grayscale: #9E9E9E. Windows color (decimal): -5076010 or 14060466. OLE color: 14060466.
HSL color Cylindrical-coordinate representation of color #B28BD6: hue angle of 271.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28BD6 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 139 | 214 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.16 |
| HSL | 271.2º | 0.48% | 0.69% | - |
| HSV(B) | 271.2º | 0.35% | 0.84% | - |
| XYZ | 39.73 | 32.79 | 67.85 | - |
| YUV | 159.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 214 | 0.17 | 0.35 | 0 | 0.16 | 271.2 | 0.48 | 0.69 |
| Hex | B2 | 8B | D6 | 11 | 23 | 0 | 10 | 10F | 30 | 45 |
| Octal | 262 | 213 | 326 | 21 | 43 | 0 | 20 | 417 | 60 | 105 |
| Binary | 10110010 | 10001011 | 11010110 | 10001 | 100011 | 0 | 10000 | 100001111 | 110000 | 1000101 |
Color Harmonies of #B28BD6
Complementary color
Monochromatic Colors of #B28BD6
Black with #B28BD6
Text Example
Text Example
White with #B28BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BD6; }
p { color: rgb(178,139,214); }
H1.HeaderClassName
{
color: #B28BD6;
}
.AnyTagClassName
{
color: #B28BD6;
}
</style>
background-color css
<style>
a { background-color: #B28BD6; }
a { background-color: rgb(178,139,214); }
div.DivClassName
{
background-color: #B28BD6;
}
.BgClassName
{
background-color: #B28BD6;
}
</style>
border-color css
<style>
span { border-color: #B28BD6; }
span { border-color: rgb(178,139,214); }
td.TdClassName
{
border-color: #B28BD6;
}
.TagClassName
{
border-color: #B28BD6;
}
</style>