Shades of Biloba Flower #B684D8
Tints of Biloba Flower #B684D8
RGB
CMYK
RGB Variations
Color information
#B684D8 (or 0xB684D8) is known color: Biloba Flower. HEX triplet: B6, 84 and D8. RGB value is (182,132,216). Sum of RGB (Red+Green+Blue) = 182+132+216=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #B684D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684D8 is #497B27. Grayscale: #9C9C9C. Windows color (decimal): -4815656 or 14189750. OLE color: 14189750.
HSL color Cylindrical-coordinate representation of color #B684D8: hue angle of 275.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B684D8 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 132 | 216 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.15 |
| HSL | 275.71º | 0.52% | 0.68% | - |
| HSV(B) | 275.71º | 0.39% | 0.85% | - |
| XYZ | 39.94 | 31.41 | 68.92 | - |
| YUV | 156.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 216 | 0.16 | 0.39 | 0 | 0.15 | 275.71 | 0.52 | 0.68 |
| Hex | B6 | 84 | D8 | 10 | 27 | 0 | F | 114 | 34 | 44 |
| Octal | 266 | 204 | 330 | 20 | 47 | 0 | 17 | 424 | 64 | 104 |
| Binary | 10110110 | 10000100 | 11011000 | 10000 | 100111 | 0 | 1111 | 100010100 | 110100 | 1000100 |
Color Harmonies of #B684D8
Complementary color
Monochromatic Colors of #B684D8
Black with #B684D8
Text Example
Text Example
White with #B684D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B684D8; }
p { color: rgb(182,132,216); }
H1.HeaderClassName
{
color: #B684D8;
}
.AnyTagClassName
{
color: #B684D8;
}
</style>
background-color css
<style>
a { background-color: #B684D8; }
a { background-color: rgb(182,132,216); }
div.DivClassName
{
background-color: #B684D8;
}
.BgClassName
{
background-color: #B684D8;
}
</style>
border-color css
<style>
span { border-color: #B684D8; }
span { border-color: rgb(182,132,216); }
td.TdClassName
{
border-color: #B684D8;
}
.TagClassName
{
border-color: #B684D8;
}
</style>