Shades of Biloba Flower #B388ED
Tints of Biloba Flower #B388ED
RGB
CMYK
RGB Variations
Color information
#B388ED (or 0xB388ED) is known color: Biloba Flower. HEX triplet: B3, 88 and ED. RGB value is (179,136,237). Sum of RGB (Red+Green+Blue) = 179+136+237=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B388ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388ED is #4C7712. Grayscale: #A0A0A0. Windows color (decimal): -5011219 or 15567027. OLE color: 15567027.
HSL color Cylindrical-coordinate representation of color #B388ED: hue angle of 265.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B388ED is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 136 | 237 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.07 |
| HSL | 265.54º | 0.74% | 0.73% | - |
| HSV(B) | 265.54º | 0.43% | 0.93% | - |
| XYZ | 42.68 | 33.31 | 84.3 | - |
| YUV | 160.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 237 | 0.24 | 0.43 | 0 | 0.07 | 265.54 | 0.74 | 0.73 |
| Hex | B3 | 88 | ED | 18 | 2B | 0 | 7 | 10A | 4A | 49 |
| Octal | 263 | 210 | 355 | 30 | 53 | 0 | 7 | 412 | 112 | 111 |
| Binary | 10110011 | 10001000 | 11101101 | 11000 | 101011 | 0 | 111 | 100001010 | 1001010 | 1001001 |
Color Harmonies of #B388ED
Complementary color
Monochromatic Colors of #B388ED
Black with #B388ED
Text Example
Text Example
White with #B388ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388ED; }
p { color: rgb(179,136,237); }
H1.HeaderClassName
{
color: #B388ED;
}
.AnyTagClassName
{
color: #B388ED;
}
</style>
background-color css
<style>
a { background-color: #B388ED; }
a { background-color: rgb(179,136,237); }
div.DivClassName
{
background-color: #B388ED;
}
.BgClassName
{
background-color: #B388ED;
}
</style>
border-color css
<style>
span { border-color: #B388ED; }
span { border-color: rgb(179,136,237); }
td.TdClassName
{
border-color: #B388ED;
}
.TagClassName
{
border-color: #B388ED;
}
</style>