Shades of Biloba Flower #B68EE7
Tints of Biloba Flower #B68EE7
RGB
CMYK
RGB Variations
Color information
#B68EE7 (or 0xB68EE7) is known color: Biloba Flower. HEX triplet: B6, 8E and E7. RGB value is (182,142,231). Sum of RGB (Red+Green+Blue) = 182+142+231=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #B68EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EE7 is #497118. Grayscale: #A3A3A3. Windows color (decimal): -4813081 or 15175350. OLE color: 15175350.
HSL color Cylindrical-coordinate representation of color #B68EE7: hue angle of 266.97º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68EE7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 142 | 231 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.09 |
| HSL | 266.97º | 0.65% | 0.73% | - |
| HSV(B) | 266.97º | 0.39% | 0.91% | - |
| XYZ | 43.39 | 35.06 | 80.08 | - |
| YUV | 164.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 231 | 0.21 | 0.39 | 0 | 0.09 | 266.97 | 0.65 | 0.73 |
| Hex | B6 | 8E | E7 | 15 | 27 | 0 | 9 | 10B | 41 | 49 |
| Octal | 266 | 216 | 347 | 25 | 47 | 0 | 11 | 413 | 101 | 111 |
| Binary | 10110110 | 10001110 | 11100111 | 10101 | 100111 | 0 | 1001 | 100001011 | 1000001 | 1001001 |
Color Harmonies of #B68EE7
Complementary color
Monochromatic Colors of #B68EE7
Black with #B68EE7
Text Example
Text Example
White with #B68EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EE7; }
p { color: rgb(182,142,231); }
H1.HeaderClassName
{
color: #B68EE7;
}
.AnyTagClassName
{
color: #B68EE7;
}
</style>
background-color css
<style>
a { background-color: #B68EE7; }
a { background-color: rgb(182,142,231); }
div.DivClassName
{
background-color: #B68EE7;
}
.BgClassName
{
background-color: #B68EE7;
}
</style>
border-color css
<style>
span { border-color: #B68EE7; }
span { border-color: rgb(182,142,231); }
td.TdClassName
{
border-color: #B68EE7;
}
.TagClassName
{
border-color: #B68EE7;
}
</style>