Shades of Biloba Flower #B690DD
Tints of Biloba Flower #B690DD
RGB
CMYK
RGB Variations
Color information
#B690DD (or 0xB690DD) is known color: Biloba Flower. HEX triplet: B6, 90 and DD. RGB value is (182,144,221). Sum of RGB (Red+Green+Blue) = 182+144+221=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B690DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DD is #496F22. Grayscale: #A3A3A3. Windows color (decimal): -4812579 or 14520502. OLE color: 14520502.
HSL color Cylindrical-coordinate representation of color #B690DD: hue angle of 269.61º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B690DD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 144 | 221 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.13 |
| HSL | 269.61º | 0.53% | 0.72% | - |
| HSV(B) | 269.61º | 0.35% | 0.87% | - |
| XYZ | 42.32 | 35.11 | 72.95 | - |
| YUV | 164.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 221 | 0.18 | 0.35 | 0 | 0.13 | 269.61 | 0.53 | 0.72 |
| Hex | B6 | 90 | DD | 12 | 23 | 0 | D | 10E | 35 | 48 |
| Octal | 266 | 220 | 335 | 22 | 43 | 0 | 15 | 416 | 65 | 110 |
| Binary | 10110110 | 10010000 | 11011101 | 10010 | 100011 | 0 | 1101 | 100001110 | 110101 | 1001000 |
Color Harmonies of #B690DD
Complementary color
Monochromatic Colors of #B690DD
Black with #B690DD
Text Example
Text Example
White with #B690DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690DD; }
p { color: rgb(182,144,221); }
H1.HeaderClassName
{
color: #B690DD;
}
.AnyTagClassName
{
color: #B690DD;
}
</style>
background-color css
<style>
a { background-color: #B690DD; }
a { background-color: rgb(182,144,221); }
div.DivClassName
{
background-color: #B690DD;
}
.BgClassName
{
background-color: #B690DD;
}
</style>
border-color css
<style>
span { border-color: #B690DD; }
span { border-color: rgb(182,144,221); }
td.TdClassName
{
border-color: #B690DD;
}
.TagClassName
{
border-color: #B690DD;
}
</style>