Shades of Biloba Flower #B883FB
Tints of Biloba Flower #B883FB
RGB
CMYK
RGB Variations
Color information
#B883FB (or 0xB883FB) is known color: Biloba Flower. HEX triplet: B8, 83 and FB. RGB value is (184,131,251). Sum of RGB (Red+Green+Blue) = 184+131+251=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #B883FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883FB is #477C04. Grayscale: #A0A0A0. Windows color (decimal): -4684805 or 16483256. OLE color: 16483256.
HSL color Cylindrical-coordinate representation of color #B883FB: hue angle of 266.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B883FB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 131 | 251 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.02 |
| HSL | 266.5º | 0.94% | 0.75% | - |
| HSV(B) | 266.5º | 0.48% | 0.98% | - |
| XYZ | 45.3 | 33.39 | 95.32 | - |
| YUV | 160.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 251 | 0.27 | 0.48 | 0 | 0.02 | 266.5 | 0.94 | 0.75 |
| Hex | B8 | 83 | FB | 1B | 30 | 0 | 2 | 10A | 5E | 4B |
| Octal | 270 | 203 | 373 | 33 | 60 | 0 | 2 | 412 | 136 | 113 |
| Binary | 10111000 | 10000011 | 11111011 | 11011 | 110000 | 0 | 10 | 100001010 | 1011110 | 1001011 |
Color Harmonies of #B883FB
Complementary color
Monochromatic Colors of #B883FB
Black with #B883FB
Text Example
Text Example
White with #B883FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883FB; }
p { color: rgb(184,131,251); }
H1.HeaderClassName
{
color: #B883FB;
}
.AnyTagClassName
{
color: #B883FB;
}
</style>
background-color css
<style>
a { background-color: #B883FB; }
a { background-color: rgb(184,131,251); }
div.DivClassName
{
background-color: #B883FB;
}
.BgClassName
{
background-color: #B883FB;
}
</style>
border-color css
<style>
span { border-color: #B883FB; }
span { border-color: rgb(184,131,251); }
td.TdClassName
{
border-color: #B883FB;
}
.TagClassName
{
border-color: #B883FB;
}
</style>