Shades of Biloba Flower #B885E4
Tints of Biloba Flower #B885E4
RGB
CMYK
RGB Variations
Color information
#B885E4 (or 0xB885E4) is known color: Biloba Flower. HEX triplet: B8, 85 and E4. RGB value is (184,133,228). Sum of RGB (Red+Green+Blue) = 184+133+228=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #B885E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885E4 is #477A1B. Grayscale: #9E9E9E. Windows color (decimal): -4684316 or 14976440. OLE color: 14976440.
HSL color Cylindrical-coordinate representation of color #B885E4: hue angle of 272.21º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B885E4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 133 | 228 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.11 |
| HSL | 272.21º | 0.64% | 0.71% | - |
| HSV(B) | 272.21º | 0.42% | 0.89% | - |
| XYZ | 42.16 | 32.57 | 77.46 | - |
| YUV | 159.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 228 | 0.19 | 0.42 | 0 | 0.11 | 272.21 | 0.64 | 0.71 |
| Hex | B8 | 85 | E4 | 13 | 2A | 0 | B | 110 | 40 | 47 |
| Octal | 270 | 205 | 344 | 23 | 52 | 0 | 13 | 420 | 100 | 107 |
| Binary | 10111000 | 10000101 | 11100100 | 10011 | 101010 | 0 | 1011 | 100010000 | 1000000 | 1000111 |
Color Harmonies of #B885E4
Complementary color
Monochromatic Colors of #B885E4
Black with #B885E4
Text Example
Text Example
White with #B885E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885E4; }
p { color: rgb(184,133,228); }
H1.HeaderClassName
{
color: #B885E4;
}
.AnyTagClassName
{
color: #B885E4;
}
</style>
background-color css
<style>
a { background-color: #B885E4; }
a { background-color: rgb(184,133,228); }
div.DivClassName
{
background-color: #B885E4;
}
.BgClassName
{
background-color: #B885E4;
}
</style>
border-color css
<style>
span { border-color: #B885E4; }
span { border-color: rgb(184,133,228); }
td.TdClassName
{
border-color: #B885E4;
}
.TagClassName
{
border-color: #B885E4;
}
</style>