Shades of Biloba Flower #B08FE0
Tints of Biloba Flower #B08FE0
RGB
CMYK
RGB Variations
Color information
#B08FE0 (or 0xB08FE0) is known color: Biloba Flower. HEX triplet: B0, 8F and E0. RGB value is (176,143,224). Sum of RGB (Red+Green+Blue) = 176+143+224=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #B08FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FE0 is #4F701F. Grayscale: #A1A1A1. Windows color (decimal): -5206048 or 14716848. OLE color: 14716848.
HSL color Cylindrical-coordinate representation of color #B08FE0: hue angle of 264.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08FE0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 143 | 224 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.12 |
| HSL | 264.44º | 0.57% | 0.72% | - |
| HSV(B) | 264.44º | 0.36% | 0.88% | - |
| XYZ | 41.18 | 34.26 | 74.96 | - |
| YUV | 162.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 224 | 0.21 | 0.36 | 0 | 0.12 | 264.44 | 0.57 | 0.72 |
| Hex | B0 | 8F | E0 | 15 | 24 | 0 | C | 108 | 39 | 48 |
| Octal | 260 | 217 | 340 | 25 | 44 | 0 | 14 | 410 | 71 | 110 |
| Binary | 10110000 | 10001111 | 11100000 | 10101 | 100100 | 0 | 1100 | 100001000 | 111001 | 1001000 |
Color Harmonies of #B08FE0
Complementary color
Monochromatic Colors of #B08FE0
Black with #B08FE0
Text Example
Text Example
White with #B08FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FE0; }
p { color: rgb(176,143,224); }
H1.HeaderClassName
{
color: #B08FE0;
}
.AnyTagClassName
{
color: #B08FE0;
}
</style>
background-color css
<style>
a { background-color: #B08FE0; }
a { background-color: rgb(176,143,224); }
div.DivClassName
{
background-color: #B08FE0;
}
.BgClassName
{
background-color: #B08FE0;
}
</style>
border-color css
<style>
span { border-color: #B08FE0; }
span { border-color: rgb(176,143,224); }
td.TdClassName
{
border-color: #B08FE0;
}
.TagClassName
{
border-color: #B08FE0;
}
</style>