Shades of Biloba Flower #B88EDF
Tints of Biloba Flower #B88EDF
RGB
CMYK
RGB Variations
Color information
#B88EDF (or 0xB88EDF) is known color: Biloba Flower. HEX triplet: B8, 8E and DF. RGB value is (184,142,223). Sum of RGB (Red+Green+Blue) = 184+142+223=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EDF is #477120. Grayscale: #A3A3A3. Windows color (decimal): -4682017 or 14651064. OLE color: 14651064.
HSL color Cylindrical-coordinate representation of color #B88EDF: hue angle of 271.11º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88EDF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 142 | 223 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.13 |
| HSL | 271.11º | 0.56% | 0.72% | - |
| HSV(B) | 271.11º | 0.36% | 0.87% | - |
| XYZ | 42.76 | 34.86 | 74.29 | - |
| YUV | 163.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 223 | 0.17 | 0.36 | 0 | 0.13 | 271.11 | 0.56 | 0.72 |
| Hex | B8 | 8E | DF | 11 | 24 | 0 | D | 10F | 38 | 48 |
| Octal | 270 | 216 | 337 | 21 | 44 | 0 | 15 | 417 | 70 | 110 |
| Binary | 10111000 | 10001110 | 11011111 | 10001 | 100100 | 0 | 1101 | 100001111 | 111000 | 1001000 |
Color Harmonies of #B88EDF
Complementary color
Monochromatic Colors of #B88EDF
Black with #B88EDF
Text Example
Text Example
White with #B88EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EDF; }
p { color: rgb(184,142,223); }
H1.HeaderClassName
{
color: #B88EDF;
}
.AnyTagClassName
{
color: #B88EDF;
}
</style>
background-color css
<style>
a { background-color: #B88EDF; }
a { background-color: rgb(184,142,223); }
div.DivClassName
{
background-color: #B88EDF;
}
.BgClassName
{
background-color: #B88EDF;
}
</style>
border-color css
<style>
span { border-color: #B88EDF; }
span { border-color: rgb(184,142,223); }
td.TdClassName
{
border-color: #B88EDF;
}
.TagClassName
{
border-color: #B88EDF;
}
</style>