Shades of Biloba Flower #B98CFB
Tints of Biloba Flower #B98CFB
RGB
CMYK
RGB Variations
Color information
#B98CFB (or 0xB98CFB) is known color: Biloba Flower. HEX triplet: B9, 8C and FB. RGB value is (185,140,251). Sum of RGB (Red+Green+Blue) = 185+140+251=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #B98CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CFB is #467304. Grayscale: #A5A5A5. Windows color (decimal): -4616965 or 16485561. OLE color: 16485561.
HSL color Cylindrical-coordinate representation of color #B98CFB: hue angle of 264.32º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98CFB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 140 | 251 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.02 |
| HSL | 264.32º | 0.93% | 0.77% | - |
| HSV(B) | 264.32º | 0.44% | 0.98% | - |
| XYZ | 46.8 | 36.04 | 95.76 | - |
| YUV | 166.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 251 | 0.26 | 0.44 | 0 | 0.02 | 264.32 | 0.93 | 0.77 |
| Hex | B9 | 8C | FB | 1A | 2C | 0 | 2 | 108 | 5D | 4D |
| Octal | 271 | 214 | 373 | 32 | 54 | 0 | 2 | 410 | 135 | 115 |
| Binary | 10111001 | 10001100 | 11111011 | 11010 | 101100 | 0 | 10 | 100001000 | 1011101 | 1001101 |
Color Harmonies of #B98CFB
Complementary color
Monochromatic Colors of #B98CFB
Black with #B98CFB
Text Example
Text Example
White with #B98CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98CFB; }
p { color: rgb(185,140,251); }
H1.HeaderClassName
{
color: #B98CFB;
}
.AnyTagClassName
{
color: #B98CFB;
}
</style>
background-color css
<style>
a { background-color: #B98CFB; }
a { background-color: rgb(185,140,251); }
div.DivClassName
{
background-color: #B98CFB;
}
.BgClassName
{
background-color: #B98CFB;
}
</style>
border-color css
<style>
span { border-color: #B98CFB; }
span { border-color: rgb(185,140,251); }
td.TdClassName
{
border-color: #B98CFB;
}
.TagClassName
{
border-color: #B98CFB;
}
</style>