Shades of Biloba Flower #B68DEA
Tints of Biloba Flower #B68DEA
RGB
CMYK
RGB Variations
Color information
#B68DEA (or 0xB68DEA) is known color: Biloba Flower. HEX triplet: B6, 8D and EA. RGB value is (182,141,234). Sum of RGB (Red+Green+Blue) = 182+141+234=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B68DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DEA is #497215. Grayscale: #A3A3A3. Windows color (decimal): -4813334 or 15371702. OLE color: 15371702.
HSL color Cylindrical-coordinate representation of color #B68DEA: hue angle of 266.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68DEA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 141 | 234 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.08 |
| HSL | 266.45º | 0.69% | 0.74% | - |
| HSV(B) | 266.45º | 0.4% | 0.92% | - |
| XYZ | 43.67 | 34.94 | 82.28 | - |
| YUV | 163.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 234 | 0.22 | 0.40 | 0 | 0.08 | 266.45 | 0.69 | 0.74 |
| Hex | B6 | 8D | EA | 16 | 28 | 0 | 8 | 10A | 45 | 4A |
| Octal | 266 | 215 | 352 | 26 | 50 | 0 | 10 | 412 | 105 | 112 |
| Binary | 10110110 | 10001101 | 11101010 | 10110 | 101000 | 0 | 1000 | 100001010 | 1000101 | 1001010 |
Color Harmonies of #B68DEA
Complementary color
Monochromatic Colors of #B68DEA
Black with #B68DEA
Text Example
Text Example
White with #B68DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DEA; }
p { color: rgb(182,141,234); }
H1.HeaderClassName
{
color: #B68DEA;
}
.AnyTagClassName
{
color: #B68DEA;
}
</style>
background-color css
<style>
a { background-color: #B68DEA; }
a { background-color: rgb(182,141,234); }
div.DivClassName
{
background-color: #B68DEA;
}
.BgClassName
{
background-color: #B68DEA;
}
</style>
border-color css
<style>
span { border-color: #B68DEA; }
span { border-color: rgb(182,141,234); }
td.TdClassName
{
border-color: #B68DEA;
}
.TagClassName
{
border-color: #B68DEA;
}
</style>