Shades of Biloba Flower #B885FF
Tints of Biloba Flower #B885FF
RGB
CMYK
RGB Variations
Color information
#B885FF (or 0xB885FF) is known color: Biloba Flower. HEX triplet: B8, 85 and FF. RGB value is (184,133,255). Sum of RGB (Red+Green+Blue) = 184+133+255=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B885FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885FF is #477A00. Grayscale: #A1A1A1. Windows color (decimal): -4684289 or 16745912. OLE color: 16745912.
HSL color Cylindrical-coordinate representation of color #B885FF: hue angle of 265.08º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B885FF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 133 | 255 | - |
| CMYK | 0.28 | 0.48 | 0 | 0 |
| HSL | 265.08º | 1% | 0.76% | - |
| HSV(B) | 265.08º | 0.48% | 1% | - |
| XYZ | 46.2 | 34.19 | 98.77 | - |
| YUV | 162.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 255 | 0.28 | 0.48 | 0 | 0 | 265.08 | 1 | 0.76 |
| Hex | B8 | 85 | FF | 1C | 30 | 0 | 0 | 109 | 64 | 4C |
| Octal | 270 | 205 | 377 | 34 | 60 | 0 | 0 | 411 | 144 | 114 |
| Binary | 10111000 | 10000101 | 11111111 | 11100 | 110000 | 0 | 0 | 100001001 | 1100100 | 1001100 |
Color Harmonies of #B885FF
Complementary color
Monochromatic Colors of #B885FF
Black with #B885FF
Text Example
Text Example
White with #B885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885FF; }
p { color: rgb(184,133,255); }
H1.HeaderClassName
{
color: #B885FF;
}
.AnyTagClassName
{
color: #B885FF;
}
</style>
background-color css
<style>
a { background-color: #B885FF; }
a { background-color: rgb(184,133,255); }
div.DivClassName
{
background-color: #B885FF;
}
.BgClassName
{
background-color: #B885FF;
}
</style>
border-color css
<style>
span { border-color: #B885FF; }
span { border-color: rgb(184,133,255); }
td.TdClassName
{
border-color: #B885FF;
}
.TagClassName
{
border-color: #B885FF;
}
</style>