Shades of Biloba Flower #B68ED1
Tints of Biloba Flower #B68ED1
RGB
CMYK
RGB Variations
Color information
#B68ED1 (or 0xB68ED1) is known color: Biloba Flower. HEX triplet: B6, 8E and D1. RGB value is (182,142,209). Sum of RGB (Red+Green+Blue) = 182+142+209=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #B68ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ED1 is #49712E. Grayscale: #A1A1A1. Windows color (decimal): -4813103 or 13733558. OLE color: 13733558.
HSL color Cylindrical-coordinate representation of color #B68ED1: hue angle of 275.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68ED1 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 142 | 209 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.18 |
| HSL | 275.82º | 0.42% | 0.69% | - |
| HSV(B) | 275.82º | 0.32% | 0.82% | - |
| XYZ | 40.47 | 33.89 | 64.73 | - |
| YUV | 161.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 209 | 0.13 | 0.32 | 0 | 0.18 | 275.82 | 0.42 | 0.69 |
| Hex | B6 | 8E | D1 | D | 20 | 0 | 12 | 114 | 2A | 45 |
| Octal | 266 | 216 | 321 | 15 | 40 | 0 | 22 | 424 | 52 | 105 |
| Binary | 10110110 | 10001110 | 11010001 | 1101 | 100000 | 0 | 10010 | 100010100 | 101010 | 1000101 |
Color Harmonies of #B68ED1
Complementary color
Monochromatic Colors of #B68ED1
Black with #B68ED1
Text Example
Text Example
White with #B68ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68ED1; }
p { color: rgb(182,142,209); }
H1.HeaderClassName
{
color: #B68ED1;
}
.AnyTagClassName
{
color: #B68ED1;
}
</style>
background-color css
<style>
a { background-color: #B68ED1; }
a { background-color: rgb(182,142,209); }
div.DivClassName
{
background-color: #B68ED1;
}
.BgClassName
{
background-color: #B68ED1;
}
</style>
border-color css
<style>
span { border-color: #B68ED1; }
span { border-color: rgb(182,142,209); }
td.TdClassName
{
border-color: #B68ED1;
}
.TagClassName
{
border-color: #B68ED1;
}
</style>