Shades of Biloba Flower #B281DD
Tints of Biloba Flower #B281DD
RGB
CMYK
RGB Variations
Color information
#B281DD (or 0xB281DD) is known color: Biloba Flower. HEX triplet: B2, 81 and DD. RGB value is (178,129,221). Sum of RGB (Red+Green+Blue) = 178+129+221=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B281DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DD is #4D7E22. Grayscale: #999999. Windows color (decimal): -5078563 or 14516658. OLE color: 14516658.
HSL color Cylindrical-coordinate representation of color #B281DD: hue angle of 271.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B281DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 129 | 221 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.13 |
| HSL | 271.96º | 0.58% | 0.69% | - |
| HSV(B) | 271.96º | 0.42% | 0.87% | - |
| XYZ | 39.26 | 30.39 | 72.2 | - |
| YUV | 154.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 221 | 0.19 | 0.42 | 0 | 0.13 | 271.96 | 0.58 | 0.69 |
| Hex | B2 | 81 | DD | 13 | 2A | 0 | D | 110 | 3A | 45 |
| Octal | 262 | 201 | 335 | 23 | 52 | 0 | 15 | 420 | 72 | 105 |
| Binary | 10110010 | 10000001 | 11011101 | 10011 | 101010 | 0 | 1101 | 100010000 | 111010 | 1000101 |
Color Harmonies of #B281DD
Complementary color
Monochromatic Colors of #B281DD
Black with #B281DD
Text Example
Text Example
White with #B281DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281DD; }
p { color: rgb(178,129,221); }
H1.HeaderClassName
{
color: #B281DD;
}
.AnyTagClassName
{
color: #B281DD;
}
</style>
background-color css
<style>
a { background-color: #B281DD; }
a { background-color: rgb(178,129,221); }
div.DivClassName
{
background-color: #B281DD;
}
.BgClassName
{
background-color: #B281DD;
}
</style>
border-color css
<style>
span { border-color: #B281DD; }
span { border-color: rgb(178,129,221); }
td.TdClassName
{
border-color: #B281DD;
}
.TagClassName
{
border-color: #B281DD;
}
</style>