Shades of Biloba Flower #B685E6
Tints of Biloba Flower #B685E6
RGB
CMYK
RGB Variations
Color information
#B685E6 (or 0xB685E6) is known color: Biloba Flower. HEX triplet: B6, 85 and E6. RGB value is (182,133,230). Sum of RGB (Red+Green+Blue) = 182+133+230=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #B685E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685E6 is #497A19. Grayscale: #9E9E9E. Windows color (decimal): -4815386 or 15107510. OLE color: 15107510.
HSL color Cylindrical-coordinate representation of color #B685E6: hue angle of 270.31º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B685E6 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 133 | 230 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.10 |
| HSL | 270.31º | 0.66% | 0.71% | - |
| HSV(B) | 270.31º | 0.42% | 0.9% | - |
| XYZ | 41.96 | 32.43 | 78.91 | - |
| YUV | 158.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 230 | 0.21 | 0.42 | 0 | 0.10 | 270.31 | 0.66 | 0.71 |
| Hex | B6 | 85 | E6 | 15 | 2A | 0 | A | 10E | 42 | 47 |
| Octal | 266 | 205 | 346 | 25 | 52 | 0 | 12 | 416 | 102 | 107 |
| Binary | 10110110 | 10000101 | 11100110 | 10101 | 101010 | 0 | 1010 | 100001110 | 1000010 | 1000111 |
Color Harmonies of #B685E6
Complementary color
Monochromatic Colors of #B685E6
Black with #B685E6
Text Example
Text Example
White with #B685E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B685E6; }
p { color: rgb(182,133,230); }
H1.HeaderClassName
{
color: #B685E6;
}
.AnyTagClassName
{
color: #B685E6;
}
</style>
background-color css
<style>
a { background-color: #B685E6; }
a { background-color: rgb(182,133,230); }
div.DivClassName
{
background-color: #B685E6;
}
.BgClassName
{
background-color: #B685E6;
}
</style>
border-color css
<style>
span { border-color: #B685E6; }
span { border-color: rgb(182,133,230); }
td.TdClassName
{
border-color: #B685E6;
}
.TagClassName
{
border-color: #B685E6;
}
</style>