Shades of Biloba Flower #B982FA
Tints of Biloba Flower #B982FA
RGB
CMYK
RGB Variations
Color information
#B982FA (or 0xB982FA) is known color: Biloba Flower. HEX triplet: B9, 82 and FA. RGB value is (185,130,250). Sum of RGB (Red+Green+Blue) = 185+130+250=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B982FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982FA is #467D05. Grayscale: #9F9F9F. Windows color (decimal): -4619526 or 16417465. OLE color: 16417465.
HSL color Cylindrical-coordinate representation of color #B982FA: hue angle of 267.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B982FA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 130 | 250 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.02 |
| HSL | 267.5º | 0.92% | 0.75% | - |
| HSV(B) | 267.5º | 0.48% | 0.98% | - |
| XYZ | 45.25 | 33.18 | 94.46 | - |
| YUV | 160.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 250 | 0.26 | 0.48 | 0 | 0.02 | 267.5 | 0.92 | 0.75 |
| Hex | B9 | 82 | FA | 1A | 30 | 0 | 2 | 10C | 5C | 4B |
| Octal | 271 | 202 | 372 | 32 | 60 | 0 | 2 | 414 | 134 | 113 |
| Binary | 10111001 | 10000010 | 11111010 | 11010 | 110000 | 0 | 10 | 100001100 | 1011100 | 1001011 |
Color Harmonies of #B982FA
Complementary color
Monochromatic Colors of #B982FA
Black with #B982FA
Text Example
Text Example
White with #B982FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982FA; }
p { color: rgb(185,130,250); }
H1.HeaderClassName
{
color: #B982FA;
}
.AnyTagClassName
{
color: #B982FA;
}
</style>
background-color css
<style>
a { background-color: #B982FA; }
a { background-color: rgb(185,130,250); }
div.DivClassName
{
background-color: #B982FA;
}
.BgClassName
{
background-color: #B982FA;
}
</style>
border-color css
<style>
span { border-color: #B982FA; }
span { border-color: rgb(185,130,250); }
td.TdClassName
{
border-color: #B982FA;
}
.TagClassName
{
border-color: #B982FA;
}
</style>