Shades of Biloba Flower #B07BDD
Tints of Biloba Flower #B07BDD
RGB
CMYK
RGB Variations
Color information
#B07BDD (or 0xB07BDD) is known color: Biloba Flower. HEX triplet: B0, 7B and DD. RGB value is (176,123,221). Sum of RGB (Red+Green+Blue) = 176+123+221=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDD is #4F8422. Grayscale: #959595. Windows color (decimal): -5211171 or 14515120. OLE color: 14515120.
HSL color Cylindrical-coordinate representation of color #B07BDD: hue angle of 272.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07BDD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 123 | 221 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.13 |
| HSL | 272.45º | 0.59% | 0.67% | - |
| HSV(B) | 272.45º | 0.44% | 0.87% | - |
| XYZ | 38.04 | 28.62 | 71.93 | - |
| YUV | 150.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 221 | 0.20 | 0.44 | 0 | 0.13 | 272.45 | 0.59 | 0.67 |
| Hex | B0 | 7B | DD | 14 | 2C | 0 | D | 110 | 3B | 43 |
| Octal | 260 | 173 | 335 | 24 | 54 | 0 | 15 | 420 | 73 | 103 |
| Binary | 10110000 | 1111011 | 11011101 | 10100 | 101100 | 0 | 1101 | 100010000 | 111011 | 1000011 |
Color Harmonies of #B07BDD
Complementary color
Monochromatic Colors of #B07BDD
Black with #B07BDD
Text Example
Text Example
White with #B07BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BDD; }
p { color: rgb(176,123,221); }
H1.HeaderClassName
{
color: #B07BDD;
}
.AnyTagClassName
{
color: #B07BDD;
}
</style>
background-color css
<style>
a { background-color: #B07BDD; }
a { background-color: rgb(176,123,221); }
div.DivClassName
{
background-color: #B07BDD;
}
.BgClassName
{
background-color: #B07BDD;
}
</style>
border-color css
<style>
span { border-color: #B07BDD; }
span { border-color: rgb(176,123,221); }
td.TdClassName
{
border-color: #B07BDD;
}
.TagClassName
{
border-color: #B07BDD;
}
</style>