Shades of Biloba Flower #B185FC
Tints of Biloba Flower #B185FC
RGB
CMYK
RGB Variations
Color information
#B185FC (or 0xB185FC) is known color: Biloba Flower. HEX triplet: B1, 85 and FC. RGB value is (177,133,252). Sum of RGB (Red+Green+Blue) = 177+133+252=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #B185FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FC is #4E7A03. Grayscale: #9F9F9F. Windows color (decimal): -5143044 or 16549297. OLE color: 16549297.
HSL color Cylindrical-coordinate representation of color #B185FC: hue angle of 262.18º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B185FC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 133 | 252 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.01 |
| HSL | 262.18º | 0.95% | 0.75% | - |
| HSV(B) | 262.18º | 0.47% | 0.99% | - |
| XYZ | 44.09 | 33.15 | 96.17 | - |
| YUV | 159.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 252 | 0.30 | 0.47 | 0 | 0.01 | 262.18 | 0.95 | 0.75 |
| Hex | B1 | 85 | FC | 1E | 2F | 0 | 1 | 106 | 5F | 4B |
| Octal | 261 | 205 | 374 | 36 | 57 | 0 | 1 | 406 | 137 | 113 |
| Binary | 10110001 | 10000101 | 11111100 | 11110 | 101111 | 0 | 1 | 100000110 | 1011111 | 1001011 |
Color Harmonies of #B185FC
Complementary color
Monochromatic Colors of #B185FC
Black with #B185FC
Text Example
Text Example
White with #B185FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185FC; }
p { color: rgb(177,133,252); }
H1.HeaderClassName
{
color: #B185FC;
}
.AnyTagClassName
{
color: #B185FC;
}
</style>
background-color css
<style>
a { background-color: #B185FC; }
a { background-color: rgb(177,133,252); }
div.DivClassName
{
background-color: #B185FC;
}
.BgClassName
{
background-color: #B185FC;
}
</style>
border-color css
<style>
span { border-color: #B185FC; }
span { border-color: rgb(177,133,252); }
td.TdClassName
{
border-color: #B185FC;
}
.TagClassName
{
border-color: #B185FC;
}
</style>