Shades of Biloba Flower #B68BD6
Tints of Biloba Flower #B68BD6
RGB
CMYK
RGB Variations
Color information
#B68BD6 (or 0xB68BD6) is known color: Biloba Flower. HEX triplet: B6, 8B and D6. RGB value is (182,139,214). Sum of RGB (Red+Green+Blue) = 182+139+214=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #B68BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BD6 is #497429. Grayscale: #A0A0A0. Windows color (decimal): -4813866 or 14060470. OLE color: 14060470.
HSL color Cylindrical-coordinate representation of color #B68BD6: hue angle of 274.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68BD6 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 139 | 214 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.16 |
| HSL | 274.4º | 0.48% | 0.69% | - |
| HSV(B) | 274.4º | 0.35% | 0.84% | - |
| XYZ | 40.66 | 33.27 | 67.9 | - |
| YUV | 160.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 214 | 0.15 | 0.35 | 0 | 0.16 | 274.4 | 0.48 | 0.69 |
| Hex | B6 | 8B | D6 | F | 23 | 0 | 10 | 112 | 30 | 45 |
| Octal | 266 | 213 | 326 | 17 | 43 | 0 | 20 | 422 | 60 | 105 |
| Binary | 10110110 | 10001011 | 11010110 | 1111 | 100011 | 0 | 10000 | 100010010 | 110000 | 1000101 |
Color Harmonies of #B68BD6
Complementary color
Monochromatic Colors of #B68BD6
Black with #B68BD6
Text Example
Text Example
White with #B68BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BD6; }
p { color: rgb(182,139,214); }
H1.HeaderClassName
{
color: #B68BD6;
}
.AnyTagClassName
{
color: #B68BD6;
}
</style>
background-color css
<style>
a { background-color: #B68BD6; }
a { background-color: rgb(182,139,214); }
div.DivClassName
{
background-color: #B68BD6;
}
.BgClassName
{
background-color: #B68BD6;
}
</style>
border-color css
<style>
span { border-color: #B68BD6; }
span { border-color: rgb(182,139,214); }
td.TdClassName
{
border-color: #B68BD6;
}
.TagClassName
{
border-color: #B68BD6;
}
</style>