Shades of Biloba Flower #B388FA
Tints of Biloba Flower #B388FA
RGB
CMYK
RGB Variations
Color information
#B388FA (or 0xB388FA) is known color: Biloba Flower. HEX triplet: B3, 88 and FA. RGB value is (179,136,250). Sum of RGB (Red+Green+Blue) = 179+136+250=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B388FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388FA is #4C7705. Grayscale: #A1A1A1. Windows color (decimal): -5011206 or 16418995. OLE color: 16418995.
HSL color Cylindrical-coordinate representation of color #B388FA: hue angle of 262.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B388FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 136 | 250 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.02 |
| HSL | 262.63º | 0.92% | 0.76% | - |
| HSV(B) | 262.63º | 0.46% | 0.98% | - |
| XYZ | 44.65 | 34.09 | 94.67 | - |
| YUV | 161.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 250 | 0.28 | 0.46 | 0 | 0.02 | 262.63 | 0.92 | 0.76 |
| Hex | B3 | 88 | FA | 1C | 2E | 0 | 2 | 107 | 5C | 4C |
| Octal | 263 | 210 | 372 | 34 | 56 | 0 | 2 | 407 | 134 | 114 |
| Binary | 10110011 | 10001000 | 11111010 | 11100 | 101110 | 0 | 10 | 100000111 | 1011100 | 1001100 |
Color Harmonies of #B388FA
Complementary color
Monochromatic Colors of #B388FA
Black with #B388FA
Text Example
Text Example
White with #B388FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388FA; }
p { color: rgb(179,136,250); }
H1.HeaderClassName
{
color: #B388FA;
}
.AnyTagClassName
{
color: #B388FA;
}
</style>
background-color css
<style>
a { background-color: #B388FA; }
a { background-color: rgb(179,136,250); }
div.DivClassName
{
background-color: #B388FA;
}
.BgClassName
{
background-color: #B388FA;
}
</style>
border-color css
<style>
span { border-color: #B388FA; }
span { border-color: rgb(179,136,250); }
td.TdClassName
{
border-color: #B388FA;
}
.TagClassName
{
border-color: #B388FA;
}
</style>