Shades of Biloba Flower #B690D8
Tints of Biloba Flower #B690D8
RGB
CMYK
RGB Variations
Color information
#B690D8 (or 0xB690D8) is known color: Biloba Flower. HEX triplet: B6, 90 and D8. RGB value is (182,144,216). Sum of RGB (Red+Green+Blue) = 182+144+216=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #B690D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D8 is #496F27. Grayscale: #A3A3A3. Windows color (decimal): -4812584 or 14192822. OLE color: 14192822.
HSL color Cylindrical-coordinate representation of color #B690D8: hue angle of 271.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B690D8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 144 | 216 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.15 |
| HSL | 271.67º | 0.48% | 0.71% | - |
| HSV(B) | 271.67º | 0.33% | 0.85% | - |
| XYZ | 41.66 | 34.85 | 69.5 | - |
| YUV | 163.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 216 | 0.16 | 0.33 | 0 | 0.15 | 271.67 | 0.48 | 0.71 |
| Hex | B6 | 90 | D8 | 10 | 21 | 0 | F | 110 | 30 | 47 |
| Octal | 266 | 220 | 330 | 20 | 41 | 0 | 17 | 420 | 60 | 107 |
| Binary | 10110110 | 10010000 | 11011000 | 10000 | 100001 | 0 | 1111 | 100010000 | 110000 | 1000111 |
Color Harmonies of #B690D8
Complementary color
Monochromatic Colors of #B690D8
Black with #B690D8
Text Example
Text Example
White with #B690D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690D8; }
p { color: rgb(182,144,216); }
H1.HeaderClassName
{
color: #B690D8;
}
.AnyTagClassName
{
color: #B690D8;
}
</style>
background-color css
<style>
a { background-color: #B690D8; }
a { background-color: rgb(182,144,216); }
div.DivClassName
{
background-color: #B690D8;
}
.BgClassName
{
background-color: #B690D8;
}
</style>
border-color css
<style>
span { border-color: #B690D8; }
span { border-color: rgb(182,144,216); }
td.TdClassName
{
border-color: #B690D8;
}
.TagClassName
{
border-color: #B690D8;
}
</style>