Shades of Biloba Flower #B789FF
Tints of Biloba Flower #B789FF
RGB
CMYK
RGB Variations
Color information
#B789FF (or 0xB789FF) is known color: Biloba Flower. HEX triplet: B7, 89 and FF. RGB value is (183,137,255). Sum of RGB (Red+Green+Blue) = 183+137+255=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B789FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B789FF is #487600. Grayscale: #A3A3A3. Windows color (decimal): -4748801 or 16746935. OLE color: 16746935.
HSL color Cylindrical-coordinate representation of color #B789FF: hue angle of 263.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B789FF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 137 | 255 | - |
| CMYK | 0.28 | 0.46 | 0 | 0 |
| HSL | 263.39º | 1% | 0.77% | - |
| HSV(B) | 263.39º | 0.46% | 1% | - |
| XYZ | 46.52 | 35.18 | 98.95 | - |
| YUV | 164.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 255 | 0.28 | 0.46 | 0 | 0 | 263.39 | 1 | 0.77 |
| Hex | B7 | 89 | FF | 1C | 2E | 0 | 0 | 107 | 64 | 4D |
| Octal | 267 | 211 | 377 | 34 | 56 | 0 | 0 | 407 | 144 | 115 |
| Binary | 10110111 | 10001001 | 11111111 | 11100 | 101110 | 0 | 0 | 100000111 | 1100100 | 1001101 |
Color Harmonies of #B789FF
Complementary color
Monochromatic Colors of #B789FF
Black with #B789FF
Text Example
Text Example
White with #B789FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B789FF; }
p { color: rgb(183,137,255); }
H1.HeaderClassName
{
color: #B789FF;
}
.AnyTagClassName
{
color: #B789FF;
}
</style>
background-color css
<style>
a { background-color: #B789FF; }
a { background-color: rgb(183,137,255); }
div.DivClassName
{
background-color: #B789FF;
}
.BgClassName
{
background-color: #B789FF;
}
</style>
border-color css
<style>
span { border-color: #B789FF; }
span { border-color: rgb(183,137,255); }
td.TdClassName
{
border-color: #B789FF;
}
.TagClassName
{
border-color: #B789FF;
}
</style>