Shades of Biloba Flower #B07FDD
Tints of Biloba Flower #B07FDD
RGB
CMYK
RGB Variations
Color information
#B07FDD (or 0xB07FDD) is known color: Biloba Flower. HEX triplet: B0, 7F and DD. RGB value is (176,127,221). Sum of RGB (Red+Green+Blue) = 176+127+221=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDD is #4F8022. Grayscale: #989898. Windows color (decimal): -5210147 or 14516144. OLE color: 14516144.
HSL color Cylindrical-coordinate representation of color #B07FDD: hue angle of 271.28º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07FDD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 127 | 221 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 271.28º | 0.58% | 0.68% | - |
| HSV(B) | 271.28º | 0.43% | 0.87% | - |
| XYZ | 38.55 | 29.63 | 72.09 | - |
| YUV | 152.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 221 | 0.20 | 0.43 | 0 | 0.13 | 271.28 | 0.58 | 0.68 |
| Hex | B0 | 7F | DD | 14 | 2B | 0 | D | 10F | 3A | 44 |
| Octal | 260 | 177 | 335 | 24 | 53 | 0 | 15 | 417 | 72 | 104 |
| Binary | 10110000 | 1111111 | 11011101 | 10100 | 101011 | 0 | 1101 | 100001111 | 111010 | 1000100 |
Color Harmonies of #B07FDD
Complementary color
Monochromatic Colors of #B07FDD
Black with #B07FDD
Text Example
Text Example
White with #B07FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FDD; }
p { color: rgb(176,127,221); }
H1.HeaderClassName
{
color: #B07FDD;
}
.AnyTagClassName
{
color: #B07FDD;
}
</style>
background-color css
<style>
a { background-color: #B07FDD; }
a { background-color: rgb(176,127,221); }
div.DivClassName
{
background-color: #B07FDD;
}
.BgClassName
{
background-color: #B07FDD;
}
</style>
border-color css
<style>
span { border-color: #B07FDD; }
span { border-color: rgb(176,127,221); }
td.TdClassName
{
border-color: #B07FDD;
}
.TagClassName
{
border-color: #B07FDD;
}
</style>