Shades of Biloba Flower #B694E8
Tints of Biloba Flower #B694E8
RGB
CMYK
RGB Variations
Color information
#B694E8 (or 0xB694E8) is known color: Biloba Flower. HEX triplet: B6, 94 and E8. RGB value is (182,148,232). Sum of RGB (Red+Green+Blue) = 182+148+232=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #B694E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694E8 is #496B17. Grayscale: #A7A7A7. Windows color (decimal): -4811544 or 15242422. OLE color: 15242422.
HSL color Cylindrical-coordinate representation of color #B694E8: hue angle of 264.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B694E8 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 148 | 232 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.09 |
| HSL | 264.29º | 0.65% | 0.75% | - |
| HSV(B) | 264.29º | 0.36% | 0.91% | - |
| XYZ | 44.45 | 36.95 | 81.13 | - |
| YUV | 167.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 232 | 0.22 | 0.36 | 0 | 0.09 | 264.29 | 0.65 | 0.75 |
| Hex | B6 | 94 | E8 | 16 | 24 | 0 | 9 | 108 | 41 | 4B |
| Octal | 266 | 224 | 350 | 26 | 44 | 0 | 11 | 410 | 101 | 113 |
| Binary | 10110110 | 10010100 | 11101000 | 10110 | 100100 | 0 | 1001 | 100001000 | 1000001 | 1001011 |
Color Harmonies of #B694E8
Complementary color
Monochromatic Colors of #B694E8
Black with #B694E8
Text Example
Text Example
White with #B694E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B694E8; }
p { color: rgb(182,148,232); }
H1.HeaderClassName
{
color: #B694E8;
}
.AnyTagClassName
{
color: #B694E8;
}
</style>
background-color css
<style>
a { background-color: #B694E8; }
a { background-color: rgb(182,148,232); }
div.DivClassName
{
background-color: #B694E8;
}
.BgClassName
{
background-color: #B694E8;
}
</style>
border-color css
<style>
span { border-color: #B694E8; }
span { border-color: rgb(182,148,232); }
td.TdClassName
{
border-color: #B694E8;
}
.TagClassName
{
border-color: #B694E8;
}
</style>