Shades of Biloba Flower #B08FDA
Tints of Biloba Flower #B08FDA
RGB
CMYK
RGB Variations
Color information
#B08FDA (or 0xB08FDA) is known color: Biloba Flower. HEX triplet: B0, 8F and DA. RGB value is (176,143,218). Sum of RGB (Red+Green+Blue) = 176+143+218=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FDA is #4F7025. Grayscale: #A1A1A1. Windows color (decimal): -5206054 or 14323632. OLE color: 14323632.
HSL color Cylindrical-coordinate representation of color #B08FDA: hue angle of 266.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08FDA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 143 | 218 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.15 |
| HSL | 266.4º | 0.5% | 0.71% | - |
| HSV(B) | 266.4º | 0.34% | 0.85% | - |
| XYZ | 40.38 | 33.94 | 70.75 | - |
| YUV | 161.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 218 | 0.19 | 0.34 | 0 | 0.15 | 266.4 | 0.5 | 0.71 |
| Hex | B0 | 8F | DA | 13 | 22 | 0 | F | 10A | 32 | 47 |
| Octal | 260 | 217 | 332 | 23 | 42 | 0 | 17 | 412 | 62 | 107 |
| Binary | 10110000 | 10001111 | 11011010 | 10011 | 100010 | 0 | 1111 | 100001010 | 110010 | 1000111 |
Color Harmonies of #B08FDA
Complementary color
Monochromatic Colors of #B08FDA
Black with #B08FDA
Text Example
Text Example
White with #B08FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FDA; }
p { color: rgb(176,143,218); }
H1.HeaderClassName
{
color: #B08FDA;
}
.AnyTagClassName
{
color: #B08FDA;
}
</style>
background-color css
<style>
a { background-color: #B08FDA; }
a { background-color: rgb(176,143,218); }
div.DivClassName
{
background-color: #B08FDA;
}
.BgClassName
{
background-color: #B08FDA;
}
</style>
border-color css
<style>
span { border-color: #B08FDA; }
span { border-color: rgb(176,143,218); }
td.TdClassName
{
border-color: #B08FDA;
}
.TagClassName
{
border-color: #B08FDA;
}
</style>