Shades of Biloba Flower #B69FDD
Tints of Biloba Flower #B69FDD
RGB
CMYK
RGB Variations
Color information
#B69FDD (or 0xB69FDD) is known color: Biloba Flower. HEX triplet: B6, 9F and DD. RGB value is (182,159,221). Sum of RGB (Red+Green+Blue) = 182+159+221=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FDD is #496022. Grayscale: #ACACAC. Windows color (decimal): -4808739 or 14524342. OLE color: 14524342.
HSL color Cylindrical-coordinate representation of color #B69FDD: hue angle of 262.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B69FDD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 159 | 221 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.13 |
| HSL | 262.26º | 0.48% | 0.75% | - |
| HSV(B) | 262.26º | 0.28% | 0.87% | - |
| XYZ | 44.74 | 39.96 | 73.76 | - |
| YUV | 172.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 221 | 0.18 | 0.28 | 0 | 0.13 | 262.26 | 0.48 | 0.75 |
| Hex | B6 | 9F | DD | 12 | 1C | 0 | D | 106 | 30 | 4B |
| Octal | 266 | 237 | 335 | 22 | 34 | 0 | 15 | 406 | 60 | 113 |
| Binary | 10110110 | 10011111 | 11011101 | 10010 | 11100 | 0 | 1101 | 100000110 | 110000 | 1001011 |
Color Harmonies of #B69FDD
Complementary color
Monochromatic Colors of #B69FDD
Black with #B69FDD
Text Example
Text Example
White with #B69FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69FDD; }
p { color: rgb(182,159,221); }
H1.HeaderClassName
{
color: #B69FDD;
}
.AnyTagClassName
{
color: #B69FDD;
}
</style>
background-color css
<style>
a { background-color: #B69FDD; }
a { background-color: rgb(182,159,221); }
div.DivClassName
{
background-color: #B69FDD;
}
.BgClassName
{
background-color: #B69FDD;
}
</style>
border-color css
<style>
span { border-color: #B69FDD; }
span { border-color: rgb(182,159,221); }
td.TdClassName
{
border-color: #B69FDD;
}
.TagClassName
{
border-color: #B69FDD;
}
</style>