Shades of Biloba Flower #B388F5
Tints of Biloba Flower #B388F5
RGB
CMYK
RGB Variations
Color information
#B388F5 (or 0xB388F5) is known color: Biloba Flower. HEX triplet: B3, 88 and F5. RGB value is (179,136,245). Sum of RGB (Red+Green+Blue) = 179+136+245=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #B388F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388F5 is #4C770A. Grayscale: #A0A0A0. Windows color (decimal): -5011211 or 16091315. OLE color: 16091315.
HSL color Cylindrical-coordinate representation of color #B388F5: hue angle of 263.67º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B388F5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 136 | 245 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.04 |
| HSL | 263.67º | 0.84% | 0.75% | - |
| HSV(B) | 263.67º | 0.44% | 0.96% | - |
| XYZ | 43.88 | 33.78 | 90.59 | - |
| YUV | 161.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 245 | 0.27 | 0.44 | 0 | 0.04 | 263.67 | 0.84 | 0.75 |
| Hex | B3 | 88 | F5 | 1B | 2C | 0 | 4 | 108 | 54 | 4B |
| Octal | 263 | 210 | 365 | 33 | 54 | 0 | 4 | 410 | 124 | 113 |
| Binary | 10110011 | 10001000 | 11110101 | 11011 | 101100 | 0 | 100 | 100001000 | 1010100 | 1001011 |
Color Harmonies of #B388F5
Complementary color
Monochromatic Colors of #B388F5
Black with #B388F5
Text Example
Text Example
White with #B388F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388F5; }
p { color: rgb(179,136,245); }
H1.HeaderClassName
{
color: #B388F5;
}
.AnyTagClassName
{
color: #B388F5;
}
</style>
background-color css
<style>
a { background-color: #B388F5; }
a { background-color: rgb(179,136,245); }
div.DivClassName
{
background-color: #B388F5;
}
.BgClassName
{
background-color: #B388F5;
}
</style>
border-color css
<style>
span { border-color: #B388F5; }
span { border-color: rgb(179,136,245); }
td.TdClassName
{
border-color: #B388F5;
}
.TagClassName
{
border-color: #B388F5;
}
</style>