Shades of Biloba Flower #B88AF1
Tints of Biloba Flower #B88AF1
RGB
CMYK
RGB Variations
Color information
#B88AF1 (or 0xB88AF1) is known color: Biloba Flower. HEX triplet: B8, 8A and F1. RGB value is (184,138,241). Sum of RGB (Red+Green+Blue) = 184+138+241=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #B88AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AF1 is #47750E. Grayscale: #A3A3A3. Windows color (decimal): -4683023 or 15829688. OLE color: 15829688.
HSL color Cylindrical-coordinate representation of color #B88AF1: hue angle of 266.8º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88AF1 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 138 | 241 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.05 |
| HSL | 266.8º | 0.79% | 0.74% | - |
| HSV(B) | 266.8º | 0.43% | 0.95% | - |
| XYZ | 44.73 | 34.72 | 87.56 | - |
| YUV | 163.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 241 | 0.24 | 0.43 | 0 | 0.05 | 266.8 | 0.79 | 0.74 |
| Hex | B8 | 8A | F1 | 18 | 2B | 0 | 5 | 10B | 4F | 4A |
| Octal | 270 | 212 | 361 | 30 | 53 | 0 | 5 | 413 | 117 | 112 |
| Binary | 10111000 | 10001010 | 11110001 | 11000 | 101011 | 0 | 101 | 100001011 | 1001111 | 1001010 |
Color Harmonies of #B88AF1
Complementary color
Monochromatic Colors of #B88AF1
Black with #B88AF1
Text Example
Text Example
White with #B88AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AF1; }
p { color: rgb(184,138,241); }
H1.HeaderClassName
{
color: #B88AF1;
}
.AnyTagClassName
{
color: #B88AF1;
}
</style>
background-color css
<style>
a { background-color: #B88AF1; }
a { background-color: rgb(184,138,241); }
div.DivClassName
{
background-color: #B88AF1;
}
.BgClassName
{
background-color: #B88AF1;
}
</style>
border-color css
<style>
span { border-color: #B88AF1; }
span { border-color: rgb(184,138,241); }
td.TdClassName
{
border-color: #B88AF1;
}
.TagClassName
{
border-color: #B88AF1;
}
</style>