Shades of Biloba Flower #B689DF
Tints of Biloba Flower #B689DF
RGB
CMYK
RGB Variations
Color information
#B689DF (or 0xB689DF) is known color: Biloba Flower. HEX triplet: B6, 89 and DF. RGB value is (182,137,223). Sum of RGB (Red+Green+Blue) = 182+137+223=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B689DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689DF is #497620. Grayscale: #9F9F9F. Windows color (decimal): -4814369 or 14649782. OLE color: 14649782.
HSL color Cylindrical-coordinate representation of color #B689DF: hue angle of 271.4º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B689DF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 137 | 223 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.13 |
| HSL | 271.4º | 0.57% | 0.71% | - |
| HSV(B) | 271.4º | 0.39% | 0.87% | - |
| XYZ | 41.56 | 33.16 | 74.02 | - |
| YUV | 160.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 223 | 0.18 | 0.39 | 0 | 0.13 | 271.4 | 0.57 | 0.71 |
| Hex | B6 | 89 | DF | 12 | 27 | 0 | D | 10F | 39 | 47 |
| Octal | 266 | 211 | 337 | 22 | 47 | 0 | 15 | 417 | 71 | 107 |
| Binary | 10110110 | 10001001 | 11011111 | 10010 | 100111 | 0 | 1101 | 100001111 | 111001 | 1000111 |
Color Harmonies of #B689DF
Complementary color
Monochromatic Colors of #B689DF
Black with #B689DF
Text Example
Text Example
White with #B689DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B689DF; }
p { color: rgb(182,137,223); }
H1.HeaderClassName
{
color: #B689DF;
}
.AnyTagClassName
{
color: #B689DF;
}
</style>
background-color css
<style>
a { background-color: #B689DF; }
a { background-color: rgb(182,137,223); }
div.DivClassName
{
background-color: #B689DF;
}
.BgClassName
{
background-color: #B689DF;
}
</style>
border-color css
<style>
span { border-color: #B689DF; }
span { border-color: rgb(182,137,223); }
td.TdClassName
{
border-color: #B689DF;
}
.TagClassName
{
border-color: #B689DF;
}
</style>