Shades of Biloba Flower #B68BEB
Tints of Biloba Flower #B68BEB
RGB
CMYK
RGB Variations
Color information
#B68BEB (or 0xB68BEB) is known color: Biloba Flower. HEX triplet: B6, 8B and EB. RGB value is (182,139,235). Sum of RGB (Red+Green+Blue) = 182+139+235=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #B68BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BEB is #497414. Grayscale: #A2A2A2. Windows color (decimal): -4813845 or 15436726. OLE color: 15436726.
HSL color Cylindrical-coordinate representation of color #B68BEB: hue angle of 266.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68BEB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 139 | 235 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.08 |
| HSL | 266.88º | 0.71% | 0.73% | - |
| HSV(B) | 266.88º | 0.41% | 0.92% | - |
| XYZ | 43.52 | 34.41 | 82.95 | - |
| YUV | 162.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 235 | 0.23 | 0.41 | 0 | 0.08 | 266.88 | 0.71 | 0.73 |
| Hex | B6 | 8B | EB | 17 | 29 | 0 | 8 | 10B | 47 | 49 |
| Octal | 266 | 213 | 353 | 27 | 51 | 0 | 10 | 413 | 107 | 111 |
| Binary | 10110110 | 10001011 | 11101011 | 10111 | 101001 | 0 | 1000 | 100001011 | 1000111 | 1001001 |
Color Harmonies of #B68BEB
Complementary color
Monochromatic Colors of #B68BEB
Black with #B68BEB
Text Example
Text Example
White with #B68BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BEB; }
p { color: rgb(182,139,235); }
H1.HeaderClassName
{
color: #B68BEB;
}
.AnyTagClassName
{
color: #B68BEB;
}
</style>
background-color css
<style>
a { background-color: #B68BEB; }
a { background-color: rgb(182,139,235); }
div.DivClassName
{
background-color: #B68BEB;
}
.BgClassName
{
background-color: #B68BEB;
}
</style>
border-color css
<style>
span { border-color: #B68BEB; }
span { border-color: rgb(182,139,235); }
td.TdClassName
{
border-color: #B68BEB;
}
.TagClassName
{
border-color: #B68BEB;
}
</style>