Shades of Biloba Flower #B385FC
Tints of Biloba Flower #B385FC
RGB
CMYK
RGB Variations
Color information
#B385FC (or 0xB385FC) is known color: Biloba Flower. HEX triplet: B3, 85 and FC. RGB value is (179,133,252). Sum of RGB (Red+Green+Blue) = 179+133+252=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #B385FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FC is #4C7A03. Grayscale: #9F9F9F. Windows color (decimal): -5011972 or 16549299. OLE color: 16549299.
HSL color Cylindrical-coordinate representation of color #B385FC: hue angle of 263.19º 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 #B385FC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 133 | 252 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.01 |
| HSL | 263.19º | 0.95% | 0.75% | - |
| HSV(B) | 263.19º | 0.47% | 0.99% | - |
| XYZ | 44.55 | 33.39 | 96.19 | - |
| YUV | 160.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 252 | 0.29 | 0.47 | 0 | 0.01 | 263.19 | 0.95 | 0.75 |
| Hex | B3 | 85 | FC | 1D | 2F | 0 | 1 | 107 | 5F | 4B |
| Octal | 263 | 205 | 374 | 35 | 57 | 0 | 1 | 407 | 137 | 113 |
| Binary | 10110011 | 10000101 | 11111100 | 11101 | 101111 | 0 | 1 | 100000111 | 1011111 | 1001011 |
Color Harmonies of #B385FC
Complementary color
Monochromatic Colors of #B385FC
Black with #B385FC
Text Example
Text Example
White with #B385FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385FC; }
p { color: rgb(179,133,252); }
H1.HeaderClassName
{
color: #B385FC;
}
.AnyTagClassName
{
color: #B385FC;
}
</style>
background-color css
<style>
a { background-color: #B385FC; }
a { background-color: rgb(179,133,252); }
div.DivClassName
{
background-color: #B385FC;
}
.BgClassName
{
background-color: #B385FC;
}
</style>
border-color css
<style>
span { border-color: #B385FC; }
span { border-color: rgb(179,133,252); }
td.TdClassName
{
border-color: #B385FC;
}
.TagClassName
{
border-color: #B385FC;
}
</style>