Shades of Biloba Flower #B88FE8
Tints of Biloba Flower #B88FE8
RGB
CMYK
RGB Variations
Color information
#B88FE8 (or 0xB88FE8) is known color: Biloba Flower. HEX triplet: B8, 8F and E8. RGB value is (184,143,232). Sum of RGB (Red+Green+Blue) = 184+143+232=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #B88FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FE8 is #477017. Grayscale: #A5A5A5. Windows color (decimal): -4681752 or 15241144. OLE color: 15241144.
HSL color Cylindrical-coordinate representation of color #B88FE8: hue angle of 267.64º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88FE8 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 143 | 232 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.09 |
| HSL | 267.64º | 0.66% | 0.74% | - |
| HSV(B) | 267.64º | 0.38% | 0.91% | - |
| XYZ | 44.16 | 35.66 | 80.9 | - |
| YUV | 165.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 232 | 0.21 | 0.38 | 0 | 0.09 | 267.64 | 0.66 | 0.74 |
| Hex | B8 | 8F | E8 | 15 | 26 | 0 | 9 | 10C | 42 | 4A |
| Octal | 270 | 217 | 350 | 25 | 46 | 0 | 11 | 414 | 102 | 112 |
| Binary | 10111000 | 10001111 | 11101000 | 10101 | 100110 | 0 | 1001 | 100001100 | 1000010 | 1001010 |
Color Harmonies of #B88FE8
Complementary color
Monochromatic Colors of #B88FE8
Black with #B88FE8
Text Example
Text Example
White with #B88FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FE8; }
p { color: rgb(184,143,232); }
H1.HeaderClassName
{
color: #B88FE8;
}
.AnyTagClassName
{
color: #B88FE8;
}
</style>
background-color css
<style>
a { background-color: #B88FE8; }
a { background-color: rgb(184,143,232); }
div.DivClassName
{
background-color: #B88FE8;
}
.BgClassName
{
background-color: #B88FE8;
}
</style>
border-color css
<style>
span { border-color: #B88FE8; }
span { border-color: rgb(184,143,232); }
td.TdClassName
{
border-color: #B88FE8;
}
.TagClassName
{
border-color: #B88FE8;
}
</style>