Shades of Biloba Flower #B888F2
Tints of Biloba Flower #B888F2
RGB
CMYK
RGB Variations
Color information
#B888F2 (or 0xB888F2) is known color: Biloba Flower. HEX triplet: B8, 88 and F2. RGB value is (184,136,242). Sum of RGB (Red+Green+Blue) = 184+136+242=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #B888F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B888F2 is #47770D. Grayscale: #A2A2A2. Windows color (decimal): -4683534 or 15894712. OLE color: 15894712.
HSL color Cylindrical-coordinate representation of color #B888F2: hue angle of 267.17º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B888F2 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 136 | 242 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.05 |
| HSL | 267.17º | 0.8% | 0.74% | - |
| HSV(B) | 267.17º | 0.44% | 0.95% | - |
| XYZ | 44.6 | 34.21 | 88.26 | - |
| YUV | 162.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 242 | 0.24 | 0.44 | 0 | 0.05 | 267.17 | 0.8 | 0.74 |
| Hex | B8 | 88 | F2 | 18 | 2C | 0 | 5 | 10B | 50 | 4A |
| Octal | 270 | 210 | 362 | 30 | 54 | 0 | 5 | 413 | 120 | 112 |
| Binary | 10111000 | 10001000 | 11110010 | 11000 | 101100 | 0 | 101 | 100001011 | 1010000 | 1001010 |
Color Harmonies of #B888F2
Complementary color
Monochromatic Colors of #B888F2
Black with #B888F2
Text Example
Text Example
White with #B888F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888F2; }
p { color: rgb(184,136,242); }
H1.HeaderClassName
{
color: #B888F2;
}
.AnyTagClassName
{
color: #B888F2;
}
</style>
background-color css
<style>
a { background-color: #B888F2; }
a { background-color: rgb(184,136,242); }
div.DivClassName
{
background-color: #B888F2;
}
.BgClassName
{
background-color: #B888F2;
}
</style>
border-color css
<style>
span { border-color: #B888F2; }
span { border-color: rgb(184,136,242); }
td.TdClassName
{
border-color: #B888F2;
}
.TagClassName
{
border-color: #B888F2;
}
</style>