Shades of Biloba Flower #B87FDD
Tints of Biloba Flower #B87FDD
RGB
CMYK
RGB Variations
Color information
#B87FDD (or 0xB87FDD) is known color: Biloba Flower. HEX triplet: B8, 7F and DD. RGB value is (184,127,221). Sum of RGB (Red+Green+Blue) = 184+127+221=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FDD is #478022. Grayscale: #9A9A9A. Windows color (decimal): -4685859 or 14516152. OLE color: 14516152.
HSL color Cylindrical-coordinate representation of color #B87FDD: hue angle of 276.38º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87FDD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 127 | 221 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.13 |
| HSL | 276.38º | 0.58% | 0.68% | - |
| HSV(B) | 276.38º | 0.43% | 0.87% | - |
| XYZ | 40.41 | 30.59 | 72.18 | - |
| YUV | 154.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 221 | 0.17 | 0.43 | 0 | 0.13 | 276.38 | 0.58 | 0.68 |
| Hex | B8 | 7F | DD | 11 | 2B | 0 | D | 114 | 3A | 44 |
| Octal | 270 | 177 | 335 | 21 | 53 | 0 | 15 | 424 | 72 | 104 |
| Binary | 10111000 | 1111111 | 11011101 | 10001 | 101011 | 0 | 1101 | 100010100 | 111010 | 1000100 |
Color Harmonies of #B87FDD
Complementary color
Monochromatic Colors of #B87FDD
Black with #B87FDD
Text Example
Text Example
White with #B87FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87FDD; }
p { color: rgb(184,127,221); }
H1.HeaderClassName
{
color: #B87FDD;
}
.AnyTagClassName
{
color: #B87FDD;
}
</style>
background-color css
<style>
a { background-color: #B87FDD; }
a { background-color: rgb(184,127,221); }
div.DivClassName
{
background-color: #B87FDD;
}
.BgClassName
{
background-color: #B87FDD;
}
</style>
border-color css
<style>
span { border-color: #B87FDD; }
span { border-color: rgb(184,127,221); }
td.TdClassName
{
border-color: #B87FDD;
}
.TagClassName
{
border-color: #B87FDD;
}
</style>