Shades of Biloba Flower #B280DD
Tints of Biloba Flower #B280DD
RGB
CMYK
RGB Variations
Color information
#B280DD (or 0xB280DD) is known color: Biloba Flower. HEX triplet: B2, 80 and DD. RGB value is (178,128,221). Sum of RGB (Red+Green+Blue) = 178+128+221=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B280DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280DD is #4D7F22. Grayscale: #999999. Windows color (decimal): -5078819 or 14516402. OLE color: 14516402.
HSL color Cylindrical-coordinate representation of color #B280DD: hue angle of 272.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B280DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 128 | 221 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.13 |
| HSL | 272.26º | 0.58% | 0.68% | - |
| HSV(B) | 272.26º | 0.42% | 0.87% | - |
| XYZ | 39.13 | 30.12 | 72.16 | - |
| YUV | 153.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 221 | 0.19 | 0.42 | 0 | 0.13 | 272.26 | 0.58 | 0.68 |
| Hex | B2 | 80 | DD | 13 | 2A | 0 | D | 110 | 3A | 44 |
| Octal | 262 | 200 | 335 | 23 | 52 | 0 | 15 | 420 | 72 | 104 |
| Binary | 10110010 | 10000000 | 11011101 | 10011 | 101010 | 0 | 1101 | 100010000 | 111010 | 1000100 |
Color Harmonies of #B280DD
Complementary color
Monochromatic Colors of #B280DD
Black with #B280DD
Text Example
Text Example
White with #B280DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280DD; }
p { color: rgb(178,128,221); }
H1.HeaderClassName
{
color: #B280DD;
}
.AnyTagClassName
{
color: #B280DD;
}
</style>
background-color css
<style>
a { background-color: #B280DD; }
a { background-color: rgb(178,128,221); }
div.DivClassName
{
background-color: #B280DD;
}
.BgClassName
{
background-color: #B280DD;
}
</style>
border-color css
<style>
span { border-color: #B280DD; }
span { border-color: rgb(178,128,221); }
td.TdClassName
{
border-color: #B280DD;
}
.TagClassName
{
border-color: #B280DD;
}
</style>