Shades of Biloba Flower #B68FDD
Tints of Biloba Flower #B68FDD
RGB
CMYK
RGB Variations
Color information
#B68FDD (or 0xB68FDD) is known color: Biloba Flower. HEX triplet: B6, 8F and DD. RGB value is (182,143,221). Sum of RGB (Red+Green+Blue) = 182+143+221=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FDD is #497022. Grayscale: #A3A3A3. Windows color (decimal): -4812835 or 14520246. OLE color: 14520246.
HSL color Cylindrical-coordinate representation of color #B68FDD: hue angle of 270º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68FDD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 143 | 221 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.13 |
| HSL | 270º | 0.53% | 0.71% | - |
| HSV(B) | 270º | 0.35% | 0.87% | - |
| XYZ | 42.17 | 34.81 | 72.9 | - |
| YUV | 163.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 221 | 0.18 | 0.35 | 0 | 0.13 | 270 | 0.53 | 0.71 |
| Hex | B6 | 8F | DD | 12 | 23 | 0 | D | 10E | 35 | 47 |
| Octal | 266 | 217 | 335 | 22 | 43 | 0 | 15 | 416 | 65 | 107 |
| Binary | 10110110 | 10001111 | 11011101 | 10010 | 100011 | 0 | 1101 | 100001110 | 110101 | 1000111 |
Color Harmonies of #B68FDD
Complementary color
Monochromatic Colors of #B68FDD
Black with #B68FDD
Text Example
Text Example
White with #B68FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FDD; }
p { color: rgb(182,143,221); }
H1.HeaderClassName
{
color: #B68FDD;
}
.AnyTagClassName
{
color: #B68FDD;
}
</style>
background-color css
<style>
a { background-color: #B68FDD; }
a { background-color: rgb(182,143,221); }
div.DivClassName
{
background-color: #B68FDD;
}
.BgClassName
{
background-color: #B68FDD;
}
</style>
border-color css
<style>
span { border-color: #B68FDD; }
span { border-color: rgb(182,143,221); }
td.TdClassName
{
border-color: #B68FDD;
}
.TagClassName
{
border-color: #B68FDD;
}
</style>