Shades of Biloba Flower #B08FCD
Tints of Biloba Flower #B08FCD
RGB
CMYK
RGB Variations
Color information
#B08FCD (or 0xB08FCD) is known color: Biloba Flower. HEX triplet: B0, 8F and CD. RGB value is (176,143,205). Sum of RGB (Red+Green+Blue) = 176+143+205=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #B08FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FCD is #4F7032. Grayscale: #9F9F9F. Windows color (decimal): -5206067 or 13471664. OLE color: 13471664.
HSL color Cylindrical-coordinate representation of color #B08FCD: hue angle of 271.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08FCD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 143 | 205 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.20 |
| HSL | 271.94º | 0.38% | 0.68% | - |
| HSV(B) | 271.94º | 0.3% | 0.8% | - |
| XYZ | 38.75 | 33.28 | 62.14 | - |
| YUV | 159.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 205 | 0.14 | 0.30 | 0 | 0.20 | 271.94 | 0.38 | 0.68 |
| Hex | B0 | 8F | CD | E | 1E | 0 | 14 | 110 | 26 | 44 |
| Octal | 260 | 217 | 315 | 16 | 36 | 0 | 24 | 420 | 46 | 104 |
| Binary | 10110000 | 10001111 | 11001101 | 1110 | 11110 | 0 | 10100 | 100010000 | 100110 | 1000100 |
Color Harmonies of #B08FCD
Complementary color
Monochromatic Colors of #B08FCD
Black with #B08FCD
Text Example
Text Example
White with #B08FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FCD; }
p { color: rgb(176,143,205); }
H1.HeaderClassName
{
color: #B08FCD;
}
.AnyTagClassName
{
color: #B08FCD;
}
</style>
background-color css
<style>
a { background-color: #B08FCD; }
a { background-color: rgb(176,143,205); }
div.DivClassName
{
background-color: #B08FCD;
}
.BgClassName
{
background-color: #B08FCD;
}
</style>
border-color css
<style>
span { border-color: #B08FCD; }
span { border-color: rgb(176,143,205); }
td.TdClassName
{
border-color: #B08FCD;
}
.TagClassName
{
border-color: #B08FCD;
}
</style>