Shades of Biloba Flower #B685E8
Tints of Biloba Flower #B685E8
RGB
CMYK
RGB Variations
Color information
#B685E8 (or 0xB685E8) is known color: Biloba Flower. HEX triplet: B6, 85 and E8. RGB value is (182,133,232). Sum of RGB (Red+Green+Blue) = 182+133+232=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #B685E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685E8 is #497A17. Grayscale: #9E9E9E. Windows color (decimal): -4815384 or 15238582. OLE color: 15238582.
HSL color Cylindrical-coordinate representation of color #B685E8: hue angle of 269.7º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B685E8 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 133 | 232 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.09 |
| HSL | 269.7º | 0.68% | 0.72% | - |
| HSV(B) | 269.7º | 0.43% | 0.91% | - |
| XYZ | 42.24 | 32.55 | 80.4 | - |
| YUV | 158.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 232 | 0.22 | 0.43 | 0 | 0.09 | 269.7 | 0.68 | 0.72 |
| Hex | B6 | 85 | E8 | 16 | 2B | 0 | 9 | 10E | 44 | 48 |
| Octal | 266 | 205 | 350 | 26 | 53 | 0 | 11 | 416 | 104 | 110 |
| Binary | 10110110 | 10000101 | 11101000 | 10110 | 101011 | 0 | 1001 | 100001110 | 1000100 | 1001000 |
Color Harmonies of #B685E8
Complementary color
Monochromatic Colors of #B685E8
Black with #B685E8
Text Example
Text Example
White with #B685E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B685E8; }
p { color: rgb(182,133,232); }
H1.HeaderClassName
{
color: #B685E8;
}
.AnyTagClassName
{
color: #B685E8;
}
</style>
background-color css
<style>
a { background-color: #B685E8; }
a { background-color: rgb(182,133,232); }
div.DivClassName
{
background-color: #B685E8;
}
.BgClassName
{
background-color: #B685E8;
}
</style>
border-color css
<style>
span { border-color: #B685E8; }
span { border-color: rgb(182,133,232); }
td.TdClassName
{
border-color: #B685E8;
}
.TagClassName
{
border-color: #B685E8;
}
</style>