Shades of Biloba Flower #B88FE2
Tints of Biloba Flower #B88FE2
RGB
CMYK
RGB Variations
Color information
#B88FE2 (or 0xB88FE2) is known color: Biloba Flower. HEX triplet: B8, 8F and E2. RGB value is (184,143,226). Sum of RGB (Red+Green+Blue) = 184+143+226=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #B88FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FE2 is #47701D. Grayscale: #A4A4A4. Windows color (decimal): -4681758 or 14847928. OLE color: 14847928.
HSL color Cylindrical-coordinate representation of color #B88FE2: hue angle of 269.64º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88FE2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 143 | 226 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.11 |
| HSL | 269.64º | 0.59% | 0.72% | - |
| HSV(B) | 269.64º | 0.37% | 0.89% | - |
| XYZ | 43.32 | 35.33 | 76.49 | - |
| YUV | 164.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 226 | 0.19 | 0.37 | 0 | 0.11 | 269.64 | 0.59 | 0.72 |
| Hex | B8 | 8F | E2 | 13 | 25 | 0 | B | 10E | 3B | 48 |
| Octal | 270 | 217 | 342 | 23 | 45 | 0 | 13 | 416 | 73 | 110 |
| Binary | 10111000 | 10001111 | 11100010 | 10011 | 100101 | 0 | 1011 | 100001110 | 111011 | 1001000 |
Color Harmonies of #B88FE2
Complementary color
Monochromatic Colors of #B88FE2
Black with #B88FE2
Text Example
Text Example
White with #B88FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FE2; }
p { color: rgb(184,143,226); }
H1.HeaderClassName
{
color: #B88FE2;
}
.AnyTagClassName
{
color: #B88FE2;
}
</style>
background-color css
<style>
a { background-color: #B88FE2; }
a { background-color: rgb(184,143,226); }
div.DivClassName
{
background-color: #B88FE2;
}
.BgClassName
{
background-color: #B88FE2;
}
</style>
border-color css
<style>
span { border-color: #B88FE2; }
span { border-color: rgb(184,143,226); }
td.TdClassName
{
border-color: #B88FE2;
}
.TagClassName
{
border-color: #B88FE2;
}
</style>