Shades of Biloba Flower #B982DC
Tints of Biloba Flower #B982DC
RGB
CMYK
RGB Variations
Color information
#B982DC (or 0xB982DC) is known color: Biloba Flower. HEX triplet: B9, 82 and DC. RGB value is (185,130,220). Sum of RGB (Red+Green+Blue) = 185+130+220=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B982DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DC is #467D23. Grayscale: #9C9C9C. Windows color (decimal): -4619556 or 14451385. OLE color: 14451385.
HSL color Cylindrical-coordinate representation of color #B982DC: hue angle of 276.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B982DC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 130 | 220 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.14 |
| HSL | 276.67º | 0.56% | 0.69% | - |
| HSV(B) | 276.67º | 0.41% | 0.86% | - |
| XYZ | 40.91 | 31.45 | 71.62 | - |
| YUV | 156.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 220 | 0.16 | 0.41 | 0 | 0.14 | 276.67 | 0.56 | 0.69 |
| Hex | B9 | 82 | DC | 10 | 29 | 0 | E | 115 | 38 | 45 |
| Octal | 271 | 202 | 334 | 20 | 51 | 0 | 16 | 425 | 70 | 105 |
| Binary | 10111001 | 10000010 | 11011100 | 10000 | 101001 | 0 | 1110 | 100010101 | 111000 | 1000101 |
Color Harmonies of #B982DC
Complementary color
Monochromatic Colors of #B982DC
Black with #B982DC
Text Example
Text Example
White with #B982DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982DC; }
p { color: rgb(185,130,220); }
H1.HeaderClassName
{
color: #B982DC;
}
.AnyTagClassName
{
color: #B982DC;
}
</style>
background-color css
<style>
a { background-color: #B982DC; }
a { background-color: rgb(185,130,220); }
div.DivClassName
{
background-color: #B982DC;
}
.BgClassName
{
background-color: #B982DC;
}
</style>
border-color css
<style>
span { border-color: #B982DC; }
span { border-color: rgb(185,130,220); }
td.TdClassName
{
border-color: #B982DC;
}
.TagClassName
{
border-color: #B982DC;
}
</style>