Shades of Biloba Flower #B88BD8
Tints of Biloba Flower #B88BD8
RGB
CMYK
RGB Variations
Color information
#B88BD8 (or 0xB88BD8) is known color: Biloba Flower. HEX triplet: B8, 8B and D8. RGB value is (184,139,216). Sum of RGB (Red+Green+Blue) = 184+139+216=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #B88BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BD8 is #477427. Grayscale: #A0A0A0. Windows color (decimal): -4682792 or 14191544. OLE color: 14191544.
HSL color Cylindrical-coordinate representation of color #B88BD8: hue angle of 275.06º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88BD8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 139 | 216 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.15 |
| HSL | 275.06º | 0.5% | 0.7% | - |
| HSV(B) | 275.06º | 0.36% | 0.85% | - |
| XYZ | 41.39 | 33.61 | 69.27 | - |
| YUV | 161.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 216 | 0.15 | 0.36 | 0 | 0.15 | 275.06 | 0.5 | 0.7 |
| Hex | B8 | 8B | D8 | F | 24 | 0 | F | 113 | 32 | 46 |
| Octal | 270 | 213 | 330 | 17 | 44 | 0 | 17 | 423 | 62 | 106 |
| Binary | 10111000 | 10001011 | 11011000 | 1111 | 100100 | 0 | 1111 | 100010011 | 110010 | 1000110 |
Color Harmonies of #B88BD8
Complementary color
Monochromatic Colors of #B88BD8
Black with #B88BD8
Text Example
Text Example
White with #B88BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BD8; }
p { color: rgb(184,139,216); }
H1.HeaderClassName
{
color: #B88BD8;
}
.AnyTagClassName
{
color: #B88BD8;
}
</style>
background-color css
<style>
a { background-color: #B88BD8; }
a { background-color: rgb(184,139,216); }
div.DivClassName
{
background-color: #B88BD8;
}
.BgClassName
{
background-color: #B88BD8;
}
</style>
border-color css
<style>
span { border-color: #B88BD8; }
span { border-color: rgb(184,139,216); }
td.TdClassName
{
border-color: #B88BD8;
}
.TagClassName
{
border-color: #B88BD8;
}
</style>