Shades of Biloba Flower #B984F5
Tints of Biloba Flower #B984F5
RGB
CMYK
RGB Variations
Color information
#B984F5 (or 0xB984F5) is known color: Biloba Flower. HEX triplet: B9, 84 and F5. RGB value is (185,132,245). Sum of RGB (Red+Green+Blue) = 185+132+245=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #B984F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984F5 is #467B0A. Grayscale: #A0A0A0. Windows color (decimal): -4619019 or 16090297. OLE color: 16090297.
HSL color Cylindrical-coordinate representation of color #B984F5: hue angle of 268.14º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B984F5 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 132 | 245 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.04 |
| HSL | 268.14º | 0.85% | 0.74% | - |
| HSV(B) | 268.14º | 0.46% | 0.96% | - |
| XYZ | 44.74 | 33.41 | 90.48 | - |
| YUV | 160.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 245 | 0.24 | 0.46 | 0 | 0.04 | 268.14 | 0.85 | 0.74 |
| Hex | B9 | 84 | F5 | 18 | 2E | 0 | 4 | 10C | 55 | 4A |
| Octal | 271 | 204 | 365 | 30 | 56 | 0 | 4 | 414 | 125 | 112 |
| Binary | 10111001 | 10000100 | 11110101 | 11000 | 101110 | 0 | 100 | 100001100 | 1010101 | 1001010 |
Color Harmonies of #B984F5
Complementary color
Monochromatic Colors of #B984F5
Black with #B984F5
Text Example
Text Example
White with #B984F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984F5; }
p { color: rgb(185,132,245); }
H1.HeaderClassName
{
color: #B984F5;
}
.AnyTagClassName
{
color: #B984F5;
}
</style>
background-color css
<style>
a { background-color: #B984F5; }
a { background-color: rgb(185,132,245); }
div.DivClassName
{
background-color: #B984F5;
}
.BgClassName
{
background-color: #B984F5;
}
</style>
border-color css
<style>
span { border-color: #B984F5; }
span { border-color: rgb(185,132,245); }
td.TdClassName
{
border-color: #B984F5;
}
.TagClassName
{
border-color: #B984F5;
}
</style>