Shades of Biloba Flower #B690E8
Tints of Biloba Flower #B690E8
RGB
CMYK
RGB Variations
Color information
#B690E8 (or 0xB690E8) is known color: Biloba Flower. HEX triplet: B6, 90 and E8. RGB value is (182,144,232). Sum of RGB (Red+Green+Blue) = 182+144+232=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #B690E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690E8 is #496F17. Grayscale: #A5A5A5. Windows color (decimal): -4812568 or 15241398. OLE color: 15241398.
HSL color Cylindrical-coordinate representation of color #B690E8: hue angle of 265.91º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B690E8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 144 | 232 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.09 |
| HSL | 265.91º | 0.66% | 0.74% | - |
| HSV(B) | 265.91º | 0.38% | 0.91% | - |
| XYZ | 43.83 | 35.72 | 80.93 | - |
| YUV | 165.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 232 | 0.22 | 0.38 | 0 | 0.09 | 265.91 | 0.66 | 0.74 |
| Hex | B6 | 90 | E8 | 16 | 26 | 0 | 9 | 10A | 42 | 4A |
| Octal | 266 | 220 | 350 | 26 | 46 | 0 | 11 | 412 | 102 | 112 |
| Binary | 10110110 | 10010000 | 11101000 | 10110 | 100110 | 0 | 1001 | 100001010 | 1000010 | 1001010 |
Color Harmonies of #B690E8
Complementary color
Monochromatic Colors of #B690E8
Black with #B690E8
Text Example
Text Example
White with #B690E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690E8; }
p { color: rgb(182,144,232); }
H1.HeaderClassName
{
color: #B690E8;
}
.AnyTagClassName
{
color: #B690E8;
}
</style>
background-color css
<style>
a { background-color: #B690E8; }
a { background-color: rgb(182,144,232); }
div.DivClassName
{
background-color: #B690E8;
}
.BgClassName
{
background-color: #B690E8;
}
</style>
border-color css
<style>
span { border-color: #B690E8; }
span { border-color: rgb(182,144,232); }
td.TdClassName
{
border-color: #B690E8;
}
.TagClassName
{
border-color: #B690E8;
}
</style>