Shades of Biloba Flower #B88CFF
Tints of Biloba Flower #B88CFF
RGB
CMYK
RGB Variations
Color information
#B88CFF (or 0xB88CFF) is known color: Biloba Flower. HEX triplet: B8, 8C and FF. RGB value is (184,140,255). Sum of RGB (Red+Green+Blue) = 184+140+255=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B88CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CFF is #477300. Grayscale: #A5A5A5. Windows color (decimal): -4682497 or 16747704. OLE color: 16747704.
HSL color Cylindrical-coordinate representation of color #B88CFF: hue angle of 262.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88CFF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 140 | 255 | - |
| CMYK | 0.28 | 0.45 | 0 | 0 |
| HSL | 262.96º | 1% | 0.77% | - |
| HSV(B) | 262.96º | 0.45% | 1% | - |
| XYZ | 47.2 | 36.17 | 99.1 | - |
| YUV | 166.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 255 | 0.28 | 0.45 | 0 | 0 | 262.96 | 1 | 0.77 |
| Hex | B8 | 8C | FF | 1C | 2D | 0 | 0 | 107 | 64 | 4D |
| Octal | 270 | 214 | 377 | 34 | 55 | 0 | 0 | 407 | 144 | 115 |
| Binary | 10111000 | 10001100 | 11111111 | 11100 | 101101 | 0 | 0 | 100000111 | 1100100 | 1001101 |
Color Harmonies of #B88CFF
Complementary color
Monochromatic Colors of #B88CFF
Black with #B88CFF
Text Example
Text Example
White with #B88CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CFF; }
p { color: rgb(184,140,255); }
H1.HeaderClassName
{
color: #B88CFF;
}
.AnyTagClassName
{
color: #B88CFF;
}
</style>
background-color css
<style>
a { background-color: #B88CFF; }
a { background-color: rgb(184,140,255); }
div.DivClassName
{
background-color: #B88CFF;
}
.BgClassName
{
background-color: #B88CFF;
}
</style>
border-color css
<style>
span { border-color: #B88CFF; }
span { border-color: rgb(184,140,255); }
td.TdClassName
{
border-color: #B88CFF;
}
.TagClassName
{
border-color: #B88CFF;
}
</style>