Shades of Biloba Flower #B68BDE
Tints of Biloba Flower #B68BDE
RGB
CMYK
RGB Variations
Color information
#B68BDE (or 0xB68BDE) is known color: Biloba Flower. HEX triplet: B6, 8B and DE. RGB value is (182,139,222). Sum of RGB (Red+Green+Blue) = 182+139+222=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDE is #497421. Grayscale: #A1A1A1. Windows color (decimal): -4813858 or 14584758. OLE color: 14584758.
HSL color Cylindrical-coordinate representation of color #B68BDE: hue angle of 271.08º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68BDE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 139 | 222 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.13 |
| HSL | 271.08º | 0.56% | 0.71% | - |
| HSV(B) | 271.08º | 0.37% | 0.87% | - |
| XYZ | 41.71 | 33.68 | 73.41 | - |
| YUV | 161.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 222 | 0.18 | 0.37 | 0 | 0.13 | 271.08 | 0.56 | 0.71 |
| Hex | B6 | 8B | DE | 12 | 25 | 0 | D | 10F | 38 | 47 |
| Octal | 266 | 213 | 336 | 22 | 45 | 0 | 15 | 417 | 70 | 107 |
| Binary | 10110110 | 10001011 | 11011110 | 10010 | 100101 | 0 | 1101 | 100001111 | 111000 | 1000111 |
Color Harmonies of #B68BDE
Complementary color
Monochromatic Colors of #B68BDE
Black with #B68BDE
Text Example
Text Example
White with #B68BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BDE; }
p { color: rgb(182,139,222); }
H1.HeaderClassName
{
color: #B68BDE;
}
.AnyTagClassName
{
color: #B68BDE;
}
</style>
background-color css
<style>
a { background-color: #B68BDE; }
a { background-color: rgb(182,139,222); }
div.DivClassName
{
background-color: #B68BDE;
}
.BgClassName
{
background-color: #B68BDE;
}
</style>
border-color css
<style>
span { border-color: #B68BDE; }
span { border-color: rgb(182,139,222); }
td.TdClassName
{
border-color: #B68BDE;
}
.TagClassName
{
border-color: #B68BDE;
}
</style>