Shades of Biloba Flower #B881DA
Tints of Biloba Flower #B881DA
RGB
CMYK
RGB Variations
Color information
#B881DA (or 0xB881DA) is known color: Biloba Flower. HEX triplet: B8, 81 and DA. RGB value is (184,129,218). Sum of RGB (Red+Green+Blue) = 184+129+218=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B881DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881DA is #477E25. Grayscale: #9B9B9B. Windows color (decimal): -4685350 or 14320056. OLE color: 14320056.
HSL color Cylindrical-coordinate representation of color #B881DA: hue angle of 277.08º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B881DA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 129 | 218 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.15 |
| HSL | 277.08º | 0.55% | 0.68% | - |
| HSV(B) | 277.08º | 0.41% | 0.85% | - |
| XYZ | 40.27 | 30.95 | 70.18 | - |
| YUV | 155.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 218 | 0.16 | 0.41 | 0 | 0.15 | 277.08 | 0.55 | 0.68 |
| Hex | B8 | 81 | DA | 10 | 29 | 0 | F | 115 | 37 | 44 |
| Octal | 270 | 201 | 332 | 20 | 51 | 0 | 17 | 425 | 67 | 104 |
| Binary | 10111000 | 10000001 | 11011010 | 10000 | 101001 | 0 | 1111 | 100010101 | 110111 | 1000100 |
Color Harmonies of #B881DA
Complementary color
Monochromatic Colors of #B881DA
Black with #B881DA
Text Example
Text Example
White with #B881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881DA; }
p { color: rgb(184,129,218); }
H1.HeaderClassName
{
color: #B881DA;
}
.AnyTagClassName
{
color: #B881DA;
}
</style>
background-color css
<style>
a { background-color: #B881DA; }
a { background-color: rgb(184,129,218); }
div.DivClassName
{
background-color: #B881DA;
}
.BgClassName
{
background-color: #B881DA;
}
</style>
border-color css
<style>
span { border-color: #B881DA; }
span { border-color: rgb(184,129,218); }
td.TdClassName
{
border-color: #B881DA;
}
.TagClassName
{
border-color: #B881DA;
}
</style>