Shades of Biloba Flower #B87BDF
Tints of Biloba Flower #B87BDF
RGB
CMYK
RGB Variations
Color information
#B87BDF (or 0xB87BDF) is known color: Biloba Flower. HEX triplet: B8, 7B and DF. RGB value is (184,123,223). Sum of RGB (Red+Green+Blue) = 184+123+223=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #B87BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BDF is #478420. Grayscale: #989898. Windows color (decimal): -4686881 or 14646200. OLE color: 14646200.
HSL color Cylindrical-coordinate representation of color #B87BDF: hue angle of 276.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87BDF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 123 | 223 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.13 |
| HSL | 276.6º | 0.61% | 0.68% | - |
| HSV(B) | 276.6º | 0.45% | 0.87% | - |
| XYZ | 40.17 | 29.68 | 73.42 | - |
| YUV | 152.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 223 | 0.17 | 0.45 | 0 | 0.13 | 276.6 | 0.61 | 0.68 |
| Hex | B8 | 7B | DF | 11 | 2D | 0 | D | 115 | 3D | 44 |
| Octal | 270 | 173 | 337 | 21 | 55 | 0 | 15 | 425 | 75 | 104 |
| Binary | 10111000 | 1111011 | 11011111 | 10001 | 101101 | 0 | 1101 | 100010101 | 111101 | 1000100 |
Color Harmonies of #B87BDF
Complementary color
Monochromatic Colors of #B87BDF
Black with #B87BDF
Text Example
Text Example
White with #B87BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BDF; }
p { color: rgb(184,123,223); }
H1.HeaderClassName
{
color: #B87BDF;
}
.AnyTagClassName
{
color: #B87BDF;
}
</style>
background-color css
<style>
a { background-color: #B87BDF; }
a { background-color: rgb(184,123,223); }
div.DivClassName
{
background-color: #B87BDF;
}
.BgClassName
{
background-color: #B87BDF;
}
</style>
border-color css
<style>
span { border-color: #B87BDF; }
span { border-color: rgb(184,123,223); }
td.TdClassName
{
border-color: #B87BDF;
}
.TagClassName
{
border-color: #B87BDF;
}
</style>