Shades of Biloba Flower #B082DF
Tints of Biloba Flower #B082DF
RGB
CMYK
RGB Variations
Color information
#B082DF (or 0xB082DF) is known color: Biloba Flower. HEX triplet: B0, 82 and DF. RGB value is (176,130,223). Sum of RGB (Red+Green+Blue) = 176+130+223=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B082DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082DF is #4F7D20. Grayscale: #9A9A9A. Windows color (decimal): -5209377 or 14647984. OLE color: 14647984.
HSL color Cylindrical-coordinate representation of color #B082DF: hue angle of 269.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B082DF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 130 | 223 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.13 |
| HSL | 269.68º | 0.59% | 0.69% | - |
| HSV(B) | 269.68º | 0.42% | 0.87% | - |
| XYZ | 39.21 | 30.52 | 73.64 | - |
| YUV | 154.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 223 | 0.21 | 0.42 | 0 | 0.13 | 269.68 | 0.59 | 0.69 |
| Hex | B0 | 82 | DF | 15 | 2A | 0 | D | 10E | 3B | 45 |
| Octal | 260 | 202 | 337 | 25 | 52 | 0 | 15 | 416 | 73 | 105 |
| Binary | 10110000 | 10000010 | 11011111 | 10101 | 101010 | 0 | 1101 | 100001110 | 111011 | 1000101 |
Color Harmonies of #B082DF
Complementary color
Monochromatic Colors of #B082DF
Black with #B082DF
Text Example
Text Example
White with #B082DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082DF; }
p { color: rgb(176,130,223); }
H1.HeaderClassName
{
color: #B082DF;
}
.AnyTagClassName
{
color: #B082DF;
}
</style>
background-color css
<style>
a { background-color: #B082DF; }
a { background-color: rgb(176,130,223); }
div.DivClassName
{
background-color: #B082DF;
}
.BgClassName
{
background-color: #B082DF;
}
</style>
border-color css
<style>
span { border-color: #B082DF; }
span { border-color: rgb(176,130,223); }
td.TdClassName
{
border-color: #B082DF;
}
.TagClassName
{
border-color: #B082DF;
}
</style>