Shades of Biloba Flower #B884FA
Tints of Biloba Flower #B884FA
RGB
CMYK
RGB Variations
Color information
#B884FA (or 0xB884FA) is known color: Biloba Flower. HEX triplet: B8, 84 and FA. RGB value is (184,132,250). Sum of RGB (Red+Green+Blue) = 184+132+250=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B884FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884FA is #477B05. Grayscale: #A0A0A0. Windows color (decimal): -4684550 or 16417976. OLE color: 16417976.
HSL color Cylindrical-coordinate representation of color #B884FA: hue angle of 266.44º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B884FA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 132 | 250 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.02 |
| HSL | 266.44º | 0.92% | 0.75% | - |
| HSV(B) | 266.44º | 0.47% | 0.98% | - |
| XYZ | 45.27 | 33.6 | 94.54 | - |
| YUV | 161 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 250 | 0.26 | 0.47 | 0 | 0.02 | 266.44 | 0.92 | 0.75 |
| Hex | B8 | 84 | FA | 1A | 2F | 0 | 2 | 10A | 5C | 4B |
| Octal | 270 | 204 | 372 | 32 | 57 | 0 | 2 | 412 | 134 | 113 |
| Binary | 10111000 | 10000100 | 11111010 | 11010 | 101111 | 0 | 10 | 100001010 | 1011100 | 1001011 |
Color Harmonies of #B884FA
Complementary color
Monochromatic Colors of #B884FA
Black with #B884FA
Text Example
Text Example
White with #B884FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884FA; }
p { color: rgb(184,132,250); }
H1.HeaderClassName
{
color: #B884FA;
}
.AnyTagClassName
{
color: #B884FA;
}
</style>
background-color css
<style>
a { background-color: #B884FA; }
a { background-color: rgb(184,132,250); }
div.DivClassName
{
background-color: #B884FA;
}
.BgClassName
{
background-color: #B884FA;
}
</style>
border-color css
<style>
span { border-color: #B884FA; }
span { border-color: rgb(184,132,250); }
td.TdClassName
{
border-color: #B884FA;
}
.TagClassName
{
border-color: #B884FA;
}
</style>