Shades of Biloba Flower #B08CDF
Tints of Biloba Flower #B08CDF
RGB
CMYK
RGB Variations
Color information
#B08CDF (or 0xB08CDF) is known color: Biloba Flower. HEX triplet: B0, 8C and DF. RGB value is (176,140,223). Sum of RGB (Red+Green+Blue) = 176+140+223=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CDF is #4F7320. Grayscale: #9F9F9F. Windows color (decimal): -5206817 or 14650544. OLE color: 14650544.
HSL color Cylindrical-coordinate representation of color #B08CDF: hue angle of 266.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B08CDF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 140 | 223 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.13 |
| HSL | 266.02º | 0.56% | 0.71% | - |
| HSV(B) | 266.02º | 0.37% | 0.87% | - |
| XYZ | 40.6 | 33.31 | 74.1 | - |
| YUV | 160.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 223 | 0.21 | 0.37 | 0 | 0.13 | 266.02 | 0.56 | 0.71 |
| Hex | B0 | 8C | DF | 15 | 25 | 0 | D | 10A | 38 | 47 |
| Octal | 260 | 214 | 337 | 25 | 45 | 0 | 15 | 412 | 70 | 107 |
| Binary | 10110000 | 10001100 | 11011111 | 10101 | 100101 | 0 | 1101 | 100001010 | 111000 | 1000111 |
Color Harmonies of #B08CDF
Complementary color
Monochromatic Colors of #B08CDF
Black with #B08CDF
Text Example
Text Example
White with #B08CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CDF; }
p { color: rgb(176,140,223); }
H1.HeaderClassName
{
color: #B08CDF;
}
.AnyTagClassName
{
color: #B08CDF;
}
</style>
background-color css
<style>
a { background-color: #B08CDF; }
a { background-color: rgb(176,140,223); }
div.DivClassName
{
background-color: #B08CDF;
}
.BgClassName
{
background-color: #B08CDF;
}
</style>
border-color css
<style>
span { border-color: #B08CDF; }
span { border-color: rgb(176,140,223); }
td.TdClassName
{
border-color: #B08CDF;
}
.TagClassName
{
border-color: #B08CDF;
}
</style>