Shades of Biloba Flower #B786FF
Tints of Biloba Flower #B786FF
RGB
CMYK
RGB Variations
Color information
#B786FF (or 0xB786FF) is known color: Biloba Flower. HEX triplet: B7, 86 and FF. RGB value is (183,134,255). Sum of RGB (Red+Green+Blue) = 183+134+255=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B786FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B786FF is #487900. Grayscale: #A2A2A2. Windows color (decimal): -4749569 or 16746167. OLE color: 16746167.
HSL color Cylindrical-coordinate representation of color #B786FF: hue angle of 264.3º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B786FF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 134 | 255 | - |
| CMYK | 0.28 | 0.47 | 0 | 0 |
| HSL | 264.3º | 1% | 0.76% | - |
| HSV(B) | 264.3º | 0.47% | 1% | - |
| XYZ | 46.1 | 34.34 | 98.81 | - |
| YUV | 162.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 255 | 0.28 | 0.47 | 0 | 0 | 264.3 | 1 | 0.76 |
| Hex | B7 | 86 | FF | 1C | 2F | 0 | 0 | 108 | 64 | 4C |
| Octal | 267 | 206 | 377 | 34 | 57 | 0 | 0 | 410 | 144 | 114 |
| Binary | 10110111 | 10000110 | 11111111 | 11100 | 101111 | 0 | 0 | 100001000 | 1100100 | 1001100 |
Color Harmonies of #B786FF
Complementary color
Monochromatic Colors of #B786FF
Black with #B786FF
Text Example
Text Example
White with #B786FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786FF; }
p { color: rgb(183,134,255); }
H1.HeaderClassName
{
color: #B786FF;
}
.AnyTagClassName
{
color: #B786FF;
}
</style>
background-color css
<style>
a { background-color: #B786FF; }
a { background-color: rgb(183,134,255); }
div.DivClassName
{
background-color: #B786FF;
}
.BgClassName
{
background-color: #B786FF;
}
</style>
border-color css
<style>
span { border-color: #B786FF; }
span { border-color: rgb(183,134,255); }
td.TdClassName
{
border-color: #B786FF;
}
.TagClassName
{
border-color: #B786FF;
}
</style>