Shades of Biloba Flower #B884EE
Tints of Biloba Flower #B884EE
RGB
CMYK
RGB Variations
Color information
#B884EE (or 0xB884EE) is known color: Biloba Flower. HEX triplet: B8, 84 and EE. RGB value is (184,132,238). Sum of RGB (Red+Green+Blue) = 184+132+238=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B884EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884EE is #477B11. Grayscale: #9F9F9F. Windows color (decimal): -4684562 or 15631544. OLE color: 15631544.
HSL color Cylindrical-coordinate representation of color #B884EE: hue angle of 269.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B884EE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 132 | 238 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.07 |
| HSL | 269.43º | 0.76% | 0.73% | - |
| HSV(B) | 269.43º | 0.45% | 0.93% | - |
| XYZ | 43.45 | 32.87 | 84.94 | - |
| YUV | 159.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 238 | 0.23 | 0.45 | 0 | 0.07 | 269.43 | 0.76 | 0.73 |
| Hex | B8 | 84 | EE | 17 | 2D | 0 | 7 | 10D | 4C | 49 |
| Octal | 270 | 204 | 356 | 27 | 55 | 0 | 7 | 415 | 114 | 111 |
| Binary | 10111000 | 10000100 | 11101110 | 10111 | 101101 | 0 | 111 | 100001101 | 1001100 | 1001001 |
Color Harmonies of #B884EE
Complementary color
Monochromatic Colors of #B884EE
Black with #B884EE
Text Example
Text Example
White with #B884EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884EE; }
p { color: rgb(184,132,238); }
H1.HeaderClassName
{
color: #B884EE;
}
.AnyTagClassName
{
color: #B884EE;
}
</style>
background-color css
<style>
a { background-color: #B884EE; }
a { background-color: rgb(184,132,238); }
div.DivClassName
{
background-color: #B884EE;
}
.BgClassName
{
background-color: #B884EE;
}
</style>
border-color css
<style>
span { border-color: #B884EE; }
span { border-color: rgb(184,132,238); }
td.TdClassName
{
border-color: #B884EE;
}
.TagClassName
{
border-color: #B884EE;
}
</style>