Shades of Biloba Flower #B885E5
Tints of Biloba Flower #B885E5
RGB
CMYK
RGB Variations
Color information
#B885E5 (or 0xB885E5) is known color: Biloba Flower. HEX triplet: B8, 85 and E5. RGB value is (184,133,229). Sum of RGB (Red+Green+Blue) = 184+133+229=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #B885E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885E5 is #477A1A. Grayscale: #9E9E9E. Windows color (decimal): -4684315 or 15041976. OLE color: 15041976.
HSL color Cylindrical-coordinate representation of color #B885E5: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B885E5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 133 | 229 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.10 |
| HSL | 271.88º | 0.65% | 0.71% | - |
| HSV(B) | 271.88º | 0.42% | 0.9% | - |
| XYZ | 42.3 | 32.62 | 78.2 | - |
| YUV | 159.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 229 | 0.20 | 0.42 | 0 | 0.10 | 271.88 | 0.65 | 0.71 |
| Hex | B8 | 85 | E5 | 14 | 2A | 0 | A | 110 | 41 | 47 |
| Octal | 270 | 205 | 345 | 24 | 52 | 0 | 12 | 420 | 101 | 107 |
| Binary | 10111000 | 10000101 | 11100101 | 10100 | 101010 | 0 | 1010 | 100010000 | 1000001 | 1000111 |
Color Harmonies of #B885E5
Complementary color
Monochromatic Colors of #B885E5
Black with #B885E5
Text Example
Text Example
White with #B885E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885E5; }
p { color: rgb(184,133,229); }
H1.HeaderClassName
{
color: #B885E5;
}
.AnyTagClassName
{
color: #B885E5;
}
</style>
background-color css
<style>
a { background-color: #B885E5; }
a { background-color: rgb(184,133,229); }
div.DivClassName
{
background-color: #B885E5;
}
.BgClassName
{
background-color: #B885E5;
}
</style>
border-color css
<style>
span { border-color: #B885E5; }
span { border-color: rgb(184,133,229); }
td.TdClassName
{
border-color: #B885E5;
}
.TagClassName
{
border-color: #B885E5;
}
</style>