Shades of Biloba Flower #B788FF
Tints of Biloba Flower #B788FF
RGB
CMYK
RGB Variations
Color information
#B788FF (or 0xB788FF) is known color: Biloba Flower. HEX triplet: B7, 88 and FF. RGB value is (183,136,255). Sum of RGB (Red+Green+Blue) = 183+136+255=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B788FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788FF is #487700. Grayscale: #A3A3A3. Windows color (decimal): -4749057 or 16746679. OLE color: 16746679.
HSL color Cylindrical-coordinate representation of color #B788FF: hue angle of 263.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B788FF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 136 | 255 | - |
| CMYK | 0.28 | 0.47 | 0 | 0 |
| HSL | 263.7º | 1% | 0.77% | - |
| HSV(B) | 263.7º | 0.47% | 1% | - |
| XYZ | 46.38 | 34.9 | 98.9 | - |
| YUV | 163.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 255 | 0.28 | 0.47 | 0 | 0 | 263.7 | 1 | 0.77 |
| Hex | B7 | 88 | FF | 1C | 2F | 0 | 0 | 108 | 64 | 4D |
| Octal | 267 | 210 | 377 | 34 | 57 | 0 | 0 | 410 | 144 | 115 |
| Binary | 10110111 | 10001000 | 11111111 | 11100 | 101111 | 0 | 0 | 100001000 | 1100100 | 1001101 |
Color Harmonies of #B788FF
Complementary color
Monochromatic Colors of #B788FF
Black with #B788FF
Text Example
Text Example
White with #B788FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788FF; }
p { color: rgb(183,136,255); }
H1.HeaderClassName
{
color: #B788FF;
}
.AnyTagClassName
{
color: #B788FF;
}
</style>
background-color css
<style>
a { background-color: #B788FF; }
a { background-color: rgb(183,136,255); }
div.DivClassName
{
background-color: #B788FF;
}
.BgClassName
{
background-color: #B788FF;
}
</style>
border-color css
<style>
span { border-color: #B788FF; }
span { border-color: rgb(183,136,255); }
td.TdClassName
{
border-color: #B788FF;
}
.TagClassName
{
border-color: #B788FF;
}
</style>