Shades of Biloba Flower #B288ED
Tints of Biloba Flower #B288ED
RGB
CMYK
RGB Variations
Color information
#B288ED (or 0xB288ED) is known color: Biloba Flower. HEX triplet: B2, 88 and ED. RGB value is (178,136,237). Sum of RGB (Red+Green+Blue) = 178+136+237=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B288ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288ED is #4D7712. Grayscale: #9F9F9F. Windows color (decimal): -5076755 or 15567026. OLE color: 15567026.
HSL color Cylindrical-coordinate representation of color #B288ED: hue angle of 264.95º 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 #B288ED is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 136 | 237 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.07 |
| HSL | 264.95º | 0.74% | 0.73% | - |
| HSV(B) | 264.95º | 0.43% | 0.93% | - |
| XYZ | 42.45 | 33.19 | 84.29 | - |
| YUV | 160.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 237 | 0.25 | 0.43 | 0 | 0.07 | 264.95 | 0.74 | 0.73 |
| Hex | B2 | 88 | ED | 19 | 2B | 0 | 7 | 109 | 4A | 49 |
| Octal | 262 | 210 | 355 | 31 | 53 | 0 | 7 | 411 | 112 | 111 |
| Binary | 10110010 | 10001000 | 11101101 | 11001 | 101011 | 0 | 111 | 100001001 | 1001010 | 1001001 |
Color Harmonies of #B288ED
Complementary color
Monochromatic Colors of #B288ED
Black with #B288ED
Text Example
Text Example
White with #B288ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288ED; }
p { color: rgb(178,136,237); }
H1.HeaderClassName
{
color: #B288ED;
}
.AnyTagClassName
{
color: #B288ED;
}
</style>
background-color css
<style>
a { background-color: #B288ED; }
a { background-color: rgb(178,136,237); }
div.DivClassName
{
background-color: #B288ED;
}
.BgClassName
{
background-color: #B288ED;
}
</style>
border-color css
<style>
span { border-color: #B288ED; }
span { border-color: rgb(178,136,237); }
td.TdClassName
{
border-color: #B288ED;
}
.TagClassName
{
border-color: #B288ED;
}
</style>