Shades of Biloba Flower #B68DDF
Tints of Biloba Flower #B68DDF
RGB
CMYK
RGB Variations
Color information
#B68DDF (or 0xB68DDF) is known color: Biloba Flower. HEX triplet: B6, 8D and DF. RGB value is (182,141,223). Sum of RGB (Red+Green+Blue) = 182+141+223=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDF is #497220. Grayscale: #A2A2A2. Windows color (decimal): -4813345 or 14650806. OLE color: 14650806.
HSL color Cylindrical-coordinate representation of color #B68DDF: hue angle of 270º 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 #B68DDF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 141 | 223 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.13 |
| HSL | 270º | 0.56% | 0.71% | - |
| HSV(B) | 270º | 0.37% | 0.87% | - |
| XYZ | 42.14 | 34.32 | 74.22 | - |
| YUV | 162.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 223 | 0.18 | 0.37 | 0 | 0.13 | 270 | 0.56 | 0.71 |
| Hex | B6 | 8D | DF | 12 | 25 | 0 | D | 10E | 38 | 47 |
| Octal | 266 | 215 | 337 | 22 | 45 | 0 | 15 | 416 | 70 | 107 |
| Binary | 10110110 | 10001101 | 11011111 | 10010 | 100101 | 0 | 1101 | 100001110 | 111000 | 1000111 |
Color Harmonies of #B68DDF
Complementary color
Monochromatic Colors of #B68DDF
Black with #B68DDF
Text Example
Text Example
White with #B68DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DDF; }
p { color: rgb(182,141,223); }
H1.HeaderClassName
{
color: #B68DDF;
}
.AnyTagClassName
{
color: #B68DDF;
}
</style>
background-color css
<style>
a { background-color: #B68DDF; }
a { background-color: rgb(182,141,223); }
div.DivClassName
{
background-color: #B68DDF;
}
.BgClassName
{
background-color: #B68DDF;
}
</style>
border-color css
<style>
span { border-color: #B68DDF; }
span { border-color: rgb(182,141,223); }
td.TdClassName
{
border-color: #B68DDF;
}
.TagClassName
{
border-color: #B68DDF;
}
</style>