Shades of Biloba Flower #B68BEC
Tints of Biloba Flower #B68BEC
RGB
CMYK
RGB Variations
Color information
#B68BEC (or 0xB68BEC) is known color: Biloba Flower. HEX triplet: B6, 8B and EC. RGB value is (182,139,236). Sum of RGB (Red+Green+Blue) = 182+139+236=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B68BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BEC is #497413. Grayscale: #A2A2A2. Windows color (decimal): -4813844 or 15502262. OLE color: 15502262.
HSL color Cylindrical-coordinate representation of color #B68BEC: hue angle of 266.6º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68BEC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 139 | 236 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.07 |
| HSL | 266.6º | 0.72% | 0.74% | - |
| HSV(B) | 266.6º | 0.41% | 0.93% | - |
| XYZ | 43.66 | 34.47 | 83.71 | - |
| YUV | 162.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 236 | 0.23 | 0.41 | 0 | 0.07 | 266.6 | 0.72 | 0.74 |
| Hex | B6 | 8B | EC | 17 | 29 | 0 | 7 | 10B | 48 | 4A |
| Octal | 266 | 213 | 354 | 27 | 51 | 0 | 7 | 413 | 110 | 112 |
| Binary | 10110110 | 10001011 | 11101100 | 10111 | 101001 | 0 | 111 | 100001011 | 1001000 | 1001010 |
Color Harmonies of #B68BEC
Complementary color
Monochromatic Colors of #B68BEC
Black with #B68BEC
Text Example
Text Example
White with #B68BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BEC; }
p { color: rgb(182,139,236); }
H1.HeaderClassName
{
color: #B68BEC;
}
.AnyTagClassName
{
color: #B68BEC;
}
</style>
background-color css
<style>
a { background-color: #B68BEC; }
a { background-color: rgb(182,139,236); }
div.DivClassName
{
background-color: #B68BEC;
}
.BgClassName
{
background-color: #B68BEC;
}
</style>
border-color css
<style>
span { border-color: #B68BEC; }
span { border-color: rgb(182,139,236); }
td.TdClassName
{
border-color: #B68BEC;
}
.TagClassName
{
border-color: #B68BEC;
}
</style>