Shades of Biloba Flower #B883ED
Tints of Biloba Flower #B883ED
RGB
CMYK
RGB Variations
Color information
#B883ED (or 0xB883ED) is known color: Biloba Flower. HEX triplet: B8, 83 and ED. RGB value is (184,131,237). Sum of RGB (Red+Green+Blue) = 184+131+237=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B883ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883ED is #477C12. Grayscale: #9E9E9E. Windows color (decimal): -4684819 or 15565752. OLE color: 15565752.
HSL color Cylindrical-coordinate representation of color #B883ED: hue angle of 270º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B883ED is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 131 | 237 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.07 |
| HSL | 270º | 0.75% | 0.72% | - |
| HSV(B) | 270º | 0.45% | 0.93% | - |
| XYZ | 43.17 | 32.54 | 84.13 | - |
| YUV | 158.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 237 | 0.22 | 0.45 | 0 | 0.07 | 270 | 0.75 | 0.72 |
| Hex | B8 | 83 | ED | 16 | 2D | 0 | 7 | 10E | 4B | 48 |
| Octal | 270 | 203 | 355 | 26 | 55 | 0 | 7 | 416 | 113 | 110 |
| Binary | 10111000 | 10000011 | 11101101 | 10110 | 101101 | 0 | 111 | 100001110 | 1001011 | 1001000 |
Color Harmonies of #B883ED
Complementary color
Monochromatic Colors of #B883ED
Black with #B883ED
Text Example
Text Example
White with #B883ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883ED; }
p { color: rgb(184,131,237); }
H1.HeaderClassName
{
color: #B883ED;
}
.AnyTagClassName
{
color: #B883ED;
}
</style>
background-color css
<style>
a { background-color: #B883ED; }
a { background-color: rgb(184,131,237); }
div.DivClassName
{
background-color: #B883ED;
}
.BgClassName
{
background-color: #B883ED;
}
</style>
border-color css
<style>
span { border-color: #B883ED; }
span { border-color: rgb(184,131,237); }
td.TdClassName
{
border-color: #B883ED;
}
.TagClassName
{
border-color: #B883ED;
}
</style>