Shades of Biloba Flower #B885E3
Tints of Biloba Flower #B885E3
RGB
CMYK
RGB Variations
Color information
#B885E3 (or 0xB885E3) is known color: Biloba Flower. HEX triplet: B8, 85 and E3. RGB value is (184,133,227). Sum of RGB (Red+Green+Blue) = 184+133+227=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #B885E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885E3 is #477A1C. Grayscale: #9E9E9E. Windows color (decimal): -4684317 or 14910904. OLE color: 14910904.
HSL color Cylindrical-coordinate representation of color #B885E3: hue angle of 272.55º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B885E3 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 133 | 227 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.11 |
| HSL | 272.55º | 0.63% | 0.71% | - |
| HSV(B) | 272.55º | 0.41% | 0.89% | - |
| XYZ | 42.02 | 32.51 | 76.73 | - |
| YUV | 158.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 227 | 0.19 | 0.41 | 0 | 0.11 | 272.55 | 0.63 | 0.71 |
| Hex | B8 | 85 | E3 | 13 | 29 | 0 | B | 111 | 3F | 47 |
| Octal | 270 | 205 | 343 | 23 | 51 | 0 | 13 | 421 | 77 | 107 |
| Binary | 10111000 | 10000101 | 11100011 | 10011 | 101001 | 0 | 1011 | 100010001 | 111111 | 1000111 |
Color Harmonies of #B885E3
Complementary color
Monochromatic Colors of #B885E3
Black with #B885E3
Text Example
Text Example
White with #B885E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885E3; }
p { color: rgb(184,133,227); }
H1.HeaderClassName
{
color: #B885E3;
}
.AnyTagClassName
{
color: #B885E3;
}
</style>
background-color css
<style>
a { background-color: #B885E3; }
a { background-color: rgb(184,133,227); }
div.DivClassName
{
background-color: #B885E3;
}
.BgClassName
{
background-color: #B885E3;
}
</style>
border-color css
<style>
span { border-color: #B885E3; }
span { border-color: rgb(184,133,227); }
td.TdClassName
{
border-color: #B885E3;
}
.TagClassName
{
border-color: #B885E3;
}
</style>