Shades of Biloba Flower #B982F0
Tints of Biloba Flower #B982F0
RGB
CMYK
RGB Variations
Color information
#B982F0 (or 0xB982F0) is known color: Biloba Flower. HEX triplet: B9, 82 and F0. RGB value is (185,130,240). Sum of RGB (Red+Green+Blue) = 185+130+240=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #B982F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982F0 is #467D0F. Grayscale: #9E9E9E. Windows color (decimal): -4619536 or 15762105. OLE color: 15762105.
HSL color Cylindrical-coordinate representation of color #B982F0: hue angle of 270º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B982F0 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 130 | 240 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.06 |
| HSL | 270º | 0.79% | 0.73% | - |
| HSV(B) | 270º | 0.46% | 0.94% | - |
| XYZ | 43.72 | 32.57 | 86.42 | - |
| YUV | 158.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 240 | 0.23 | 0.46 | 0 | 0.06 | 270 | 0.79 | 0.73 |
| Hex | B9 | 82 | F0 | 17 | 2E | 0 | 6 | 10E | 4F | 49 |
| Octal | 271 | 202 | 360 | 27 | 56 | 0 | 6 | 416 | 117 | 111 |
| Binary | 10111001 | 10000010 | 11110000 | 10111 | 101110 | 0 | 110 | 100001110 | 1001111 | 1001001 |
Color Harmonies of #B982F0
Complementary color
Monochromatic Colors of #B982F0
Black with #B982F0
Text Example
Text Example
White with #B982F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982F0; }
p { color: rgb(185,130,240); }
H1.HeaderClassName
{
color: #B982F0;
}
.AnyTagClassName
{
color: #B982F0;
}
</style>
background-color css
<style>
a { background-color: #B982F0; }
a { background-color: rgb(185,130,240); }
div.DivClassName
{
background-color: #B982F0;
}
.BgClassName
{
background-color: #B982F0;
}
</style>
border-color css
<style>
span { border-color: #B982F0; }
span { border-color: rgb(185,130,240); }
td.TdClassName
{
border-color: #B982F0;
}
.TagClassName
{
border-color: #B982F0;
}
</style>