Shades of Biloba Flower #B280DF
Tints of Biloba Flower #B280DF
RGB
CMYK
RGB Variations
Color information
#B280DF (or 0xB280DF) is known color: Biloba Flower. HEX triplet: B2, 80 and DF. RGB value is (178,128,223). Sum of RGB (Red+Green+Blue) = 178+128+223=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B280DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280DF is #4D7F20. Grayscale: #999999. Windows color (decimal): -5078817 or 14647474. OLE color: 14647474.
HSL color Cylindrical-coordinate representation of color #B280DF: hue angle of 271.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B280DF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 128 | 223 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 271.58º | 0.6% | 0.69% | - |
| HSV(B) | 271.58º | 0.43% | 0.87% | - |
| XYZ | 39.4 | 30.23 | 73.57 | - |
| YUV | 153.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 223 | 0.20 | 0.43 | 0 | 0.13 | 271.58 | 0.6 | 0.69 |
| Hex | B2 | 80 | DF | 14 | 2B | 0 | D | 110 | 3C | 45 |
| Octal | 262 | 200 | 337 | 24 | 53 | 0 | 15 | 420 | 74 | 105 |
| Binary | 10110010 | 10000000 | 11011111 | 10100 | 101011 | 0 | 1101 | 100010000 | 111100 | 1000101 |
Color Harmonies of #B280DF
Complementary color
Monochromatic Colors of #B280DF
Black with #B280DF
Text Example
Text Example
White with #B280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280DF; }
p { color: rgb(178,128,223); }
H1.HeaderClassName
{
color: #B280DF;
}
.AnyTagClassName
{
color: #B280DF;
}
</style>
background-color css
<style>
a { background-color: #B280DF; }
a { background-color: rgb(178,128,223); }
div.DivClassName
{
background-color: #B280DF;
}
.BgClassName
{
background-color: #B280DF;
}
</style>
border-color css
<style>
span { border-color: #B280DF; }
span { border-color: rgb(178,128,223); }
td.TdClassName
{
border-color: #B280DF;
}
.TagClassName
{
border-color: #B280DF;
}
</style>