Shades of Biloba Flower #B68FD1
Tints of Biloba Flower #B68FD1
RGB
CMYK
RGB Variations
Color information
#B68FD1 (or 0xB68FD1) is known color: Biloba Flower. HEX triplet: B6, 8F and D1. RGB value is (182,143,209). Sum of RGB (Red+Green+Blue) = 182+143+209=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #B68FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FD1 is #49702E. Grayscale: #A1A1A1. Windows color (decimal): -4812847 or 13733814. OLE color: 13733814.
HSL color Cylindrical-coordinate representation of color #B68FD1: hue angle of 275.45º 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 #B68FD1 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 143 | 209 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.18 |
| HSL | 275.45º | 0.42% | 0.69% | - |
| HSV(B) | 275.45º | 0.32% | 0.82% | - |
| XYZ | 40.62 | 34.19 | 64.78 | - |
| YUV | 162.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 209 | 0.13 | 0.32 | 0 | 0.18 | 275.45 | 0.42 | 0.69 |
| Hex | B6 | 8F | D1 | D | 20 | 0 | 12 | 113 | 2A | 45 |
| Octal | 266 | 217 | 321 | 15 | 40 | 0 | 22 | 423 | 52 | 105 |
| Binary | 10110110 | 10001111 | 11010001 | 1101 | 100000 | 0 | 10010 | 100010011 | 101010 | 1000101 |
Color Harmonies of #B68FD1
Complementary color
Monochromatic Colors of #B68FD1
Black with #B68FD1
Text Example
Text Example
White with #B68FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FD1; }
p { color: rgb(182,143,209); }
H1.HeaderClassName
{
color: #B68FD1;
}
.AnyTagClassName
{
color: #B68FD1;
}
</style>
background-color css
<style>
a { background-color: #B68FD1; }
a { background-color: rgb(182,143,209); }
div.DivClassName
{
background-color: #B68FD1;
}
.BgClassName
{
background-color: #B68FD1;
}
</style>
border-color css
<style>
span { border-color: #B68FD1; }
span { border-color: rgb(182,143,209); }
td.TdClassName
{
border-color: #B68FD1;
}
.TagClassName
{
border-color: #B68FD1;
}
</style>