Shades of Biloba Flower #B88FFC
Tints of Biloba Flower #B88FFC
RGB
CMYK
RGB Variations
Color information
#B88FFC (or 0xB88FFC) is known color: Biloba Flower. HEX triplet: B8, 8F and FC. RGB value is (184,143,252). Sum of RGB (Red+Green+Blue) = 184+143+252=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #B88FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FFC is #477003. Grayscale: #A7A7A7. Windows color (decimal): -4681732 or 16551864. OLE color: 16551864.
HSL color Cylindrical-coordinate representation of color #B88FFC: hue angle of 262.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88FFC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 143 | 252 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.01 |
| HSL | 262.57º | 0.95% | 0.77% | - |
| HSV(B) | 262.57º | 0.43% | 0.99% | - |
| XYZ | 47.16 | 36.86 | 96.73 | - |
| YUV | 167.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 252 | 0.27 | 0.43 | 0 | 0.01 | 262.57 | 0.95 | 0.77 |
| Hex | B8 | 8F | FC | 1B | 2B | 0 | 1 | 107 | 5F | 4D |
| Octal | 270 | 217 | 374 | 33 | 53 | 0 | 1 | 407 | 137 | 115 |
| Binary | 10111000 | 10001111 | 11111100 | 11011 | 101011 | 0 | 1 | 100000111 | 1011111 | 1001101 |
Color Harmonies of #B88FFC
Complementary color
Monochromatic Colors of #B88FFC
Black with #B88FFC
Text Example
Text Example
White with #B88FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FFC; }
p { color: rgb(184,143,252); }
H1.HeaderClassName
{
color: #B88FFC;
}
.AnyTagClassName
{
color: #B88FFC;
}
</style>
background-color css
<style>
a { background-color: #B88FFC; }
a { background-color: rgb(184,143,252); }
div.DivClassName
{
background-color: #B88FFC;
}
.BgClassName
{
background-color: #B88FFC;
}
</style>
border-color css
<style>
span { border-color: #B88FFC; }
span { border-color: rgb(184,143,252); }
td.TdClassName
{
border-color: #B88FFC;
}
.TagClassName
{
border-color: #B88FFC;
}
</style>