Shades of Biloba Flower #B983F9
Tints of Biloba Flower #B983F9
RGB
CMYK
RGB Variations
Color information
#B983F9 (or 0xB983F9) is known color: Biloba Flower. HEX triplet: B9, 83 and F9. RGB value is (185,131,249). Sum of RGB (Red+Green+Blue) = 185+131+249=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B983F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983F9 is #467C06. Grayscale: #A0A0A0. Windows color (decimal): -4619271 or 16352185. OLE color: 16352185.
HSL color Cylindrical-coordinate representation of color #B983F9: hue angle of 267.46º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B983F9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 131 | 249 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.02 |
| HSL | 267.46º | 0.91% | 0.75% | - |
| HSV(B) | 267.46º | 0.47% | 0.98% | - |
| XYZ | 45.22 | 33.39 | 93.68 | - |
| YUV | 160.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 249 | 0.26 | 0.47 | 0 | 0.02 | 267.46 | 0.91 | 0.75 |
| Hex | B9 | 83 | F9 | 1A | 2F | 0 | 2 | 10B | 5B | 4B |
| Octal | 271 | 203 | 371 | 32 | 57 | 0 | 2 | 413 | 133 | 113 |
| Binary | 10111001 | 10000011 | 11111001 | 11010 | 101111 | 0 | 10 | 100001011 | 1011011 | 1001011 |
Color Harmonies of #B983F9
Complementary color
Monochromatic Colors of #B983F9
Black with #B983F9
Text Example
Text Example
White with #B983F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983F9; }
p { color: rgb(185,131,249); }
H1.HeaderClassName
{
color: #B983F9;
}
.AnyTagClassName
{
color: #B983F9;
}
</style>
background-color css
<style>
a { background-color: #B983F9; }
a { background-color: rgb(185,131,249); }
div.DivClassName
{
background-color: #B983F9;
}
.BgClassName
{
background-color: #B983F9;
}
</style>
border-color css
<style>
span { border-color: #B983F9; }
span { border-color: rgb(185,131,249); }
td.TdClassName
{
border-color: #B983F9;
}
.TagClassName
{
border-color: #B983F9;
}
</style>