Shades of Biloba Flower #B883EC
Tints of Biloba Flower #B883EC
RGB
CMYK
RGB Variations
Color information
#B883EC (or 0xB883EC) is known color: Biloba Flower. HEX triplet: B8, 83 and EC. RGB value is (184,131,236). Sum of RGB (Red+Green+Blue) = 184+131+236=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #B883EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883EC is #477C13. Grayscale: #9E9E9E. Windows color (decimal): -4684820 or 15500216. OLE color: 15500216.
HSL color Cylindrical-coordinate representation of color #B883EC: hue angle of 270.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B883EC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 131 | 236 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.07 |
| HSL | 270.29º | 0.73% | 0.72% | - |
| HSV(B) | 270.29º | 0.44% | 0.93% | - |
| XYZ | 43.02 | 32.48 | 83.36 | - |
| YUV | 158.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 236 | 0.22 | 0.44 | 0 | 0.07 | 270.29 | 0.73 | 0.72 |
| Hex | B8 | 83 | EC | 16 | 2C | 0 | 7 | 10E | 49 | 48 |
| Octal | 270 | 203 | 354 | 26 | 54 | 0 | 7 | 416 | 111 | 110 |
| Binary | 10111000 | 10000011 | 11101100 | 10110 | 101100 | 0 | 111 | 100001110 | 1001001 | 1001000 |
Color Harmonies of #B883EC
Complementary color
Monochromatic Colors of #B883EC
Black with #B883EC
Text Example
Text Example
White with #B883EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883EC; }
p { color: rgb(184,131,236); }
H1.HeaderClassName
{
color: #B883EC;
}
.AnyTagClassName
{
color: #B883EC;
}
</style>
background-color css
<style>
a { background-color: #B883EC; }
a { background-color: rgb(184,131,236); }
div.DivClassName
{
background-color: #B883EC;
}
.BgClassName
{
background-color: #B883EC;
}
</style>
border-color css
<style>
span { border-color: #B883EC; }
span { border-color: rgb(184,131,236); }
td.TdClassName
{
border-color: #B883EC;
}
.TagClassName
{
border-color: #B883EC;
}
</style>