Shades of Biloba Flower #B68BEA
Tints of Biloba Flower #B68BEA
RGB
CMYK
RGB Variations
Color information
#B68BEA (or 0xB68BEA) is known color: Biloba Flower. HEX triplet: B6, 8B and EA. RGB value is (182,139,234). Sum of RGB (Red+Green+Blue) = 182+139+234=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #B68BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BEA is #497415. Grayscale: #A2A2A2. Windows color (decimal): -4813846 or 15371190. OLE color: 15371190.
HSL color Cylindrical-coordinate representation of color #B68BEA: hue angle of 267.16º degrees, saturation: 0.69, 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 #B68BEA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 139 | 234 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.08 |
| HSL | 267.16º | 0.69% | 0.73% | - |
| HSV(B) | 267.16º | 0.41% | 0.92% | - |
| XYZ | 43.38 | 34.35 | 82.19 | - |
| YUV | 162.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 234 | 0.22 | 0.41 | 0 | 0.08 | 267.16 | 0.69 | 0.73 |
| Hex | B6 | 8B | EA | 16 | 29 | 0 | 8 | 10B | 45 | 49 |
| Octal | 266 | 213 | 352 | 26 | 51 | 0 | 10 | 413 | 105 | 111 |
| Binary | 10110110 | 10001011 | 11101010 | 10110 | 101001 | 0 | 1000 | 100001011 | 1000101 | 1001001 |
Color Harmonies of #B68BEA
Complementary color
Monochromatic Colors of #B68BEA
Black with #B68BEA
Text Example
Text Example
White with #B68BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BEA; }
p { color: rgb(182,139,234); }
H1.HeaderClassName
{
color: #B68BEA;
}
.AnyTagClassName
{
color: #B68BEA;
}
</style>
background-color css
<style>
a { background-color: #B68BEA; }
a { background-color: rgb(182,139,234); }
div.DivClassName
{
background-color: #B68BEA;
}
.BgClassName
{
background-color: #B68BEA;
}
</style>
border-color css
<style>
span { border-color: #B68BEA; }
span { border-color: rgb(182,139,234); }
td.TdClassName
{
border-color: #B68BEA;
}
.TagClassName
{
border-color: #B68BEA;
}
</style>