Shades of Biloba Flower #B388EC
Tints of Biloba Flower #B388EC
RGB
CMYK
RGB Variations
Color information
#B388EC (or 0xB388EC) is known color: Biloba Flower. HEX triplet: B3, 88 and EC. RGB value is (179,136,236). Sum of RGB (Red+Green+Blue) = 179+136+236=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #B388EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388EC is #4C7713. Grayscale: #9F9F9F. Windows color (decimal): -5011220 or 15501491. OLE color: 15501491.
HSL color Cylindrical-coordinate representation of color #B388EC: hue angle of 265.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B388EC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 136 | 236 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.07 |
| HSL | 265.8º | 0.72% | 0.73% | - |
| HSV(B) | 265.8º | 0.42% | 0.93% | - |
| XYZ | 42.53 | 33.25 | 83.53 | - |
| YUV | 160.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 236 | 0.24 | 0.42 | 0 | 0.07 | 265.8 | 0.72 | 0.73 |
| Hex | B3 | 88 | EC | 18 | 2A | 0 | 7 | 10A | 48 | 49 |
| Octal | 263 | 210 | 354 | 30 | 52 | 0 | 7 | 412 | 110 | 111 |
| Binary | 10110011 | 10001000 | 11101100 | 11000 | 101010 | 0 | 111 | 100001010 | 1001000 | 1001001 |
Color Harmonies of #B388EC
Complementary color
Monochromatic Colors of #B388EC
Black with #B388EC
Text Example
Text Example
White with #B388EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388EC; }
p { color: rgb(179,136,236); }
H1.HeaderClassName
{
color: #B388EC;
}
.AnyTagClassName
{
color: #B388EC;
}
</style>
background-color css
<style>
a { background-color: #B388EC; }
a { background-color: rgb(179,136,236); }
div.DivClassName
{
background-color: #B388EC;
}
.BgClassName
{
background-color: #B388EC;
}
</style>
border-color css
<style>
span { border-color: #B388EC; }
span { border-color: rgb(179,136,236); }
td.TdClassName
{
border-color: #B388EC;
}
.TagClassName
{
border-color: #B388EC;
}
</style>