Shades of Biloba Flower #B49CF6
Tints of Biloba Flower #B49CF6
RGB
CMYK
RGB Variations
Color information
#B49CF6 (or 0xB49CF6) is known color: Biloba Flower. HEX triplet: B4, 9C and F6. RGB value is (180,156,246). Sum of RGB (Red+Green+Blue) = 180+156+246=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #B49CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CF6 is #4B6309. Grayscale: #ADADAD. Windows color (decimal): -4940554 or 16161972. OLE color: 16161972.
HSL color Cylindrical-coordinate representation of color #B49CF6: hue angle of 256º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49CF6 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 156 | 246 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.04 |
| HSL | 256º | 0.83% | 0.79% | - |
| HSV(B) | 256º | 0.37% | 0.96% | - |
| XYZ | 47.35 | 40.13 | 92.44 | - |
| YUV | 173.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 246 | 0.27 | 0.37 | 0 | 0.04 | 256 | 0.83 | 0.79 |
| Hex | B4 | 9C | F6 | 1B | 25 | 0 | 4 | 100 | 53 | 4F |
| Octal | 264 | 234 | 366 | 33 | 45 | 0 | 4 | 400 | 123 | 117 |
| Binary | 10110100 | 10011100 | 11110110 | 11011 | 100101 | 0 | 100 | 100000000 | 1010011 | 1001111 |
Color Harmonies of #B49CF6
Complementary color
Monochromatic Colors of #B49CF6
Black with #B49CF6
Text Example
Text Example
White with #B49CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CF6; }
p { color: rgb(180,156,246); }
H1.HeaderClassName
{
color: #B49CF6;
}
.AnyTagClassName
{
color: #B49CF6;
}
</style>
background-color css
<style>
a { background-color: #B49CF6; }
a { background-color: rgb(180,156,246); }
div.DivClassName
{
background-color: #B49CF6;
}
.BgClassName
{
background-color: #B49CF6;
}
</style>
border-color css
<style>
span { border-color: #B49CF6; }
span { border-color: rgb(180,156,246); }
td.TdClassName
{
border-color: #B49CF6;
}
.TagClassName
{
border-color: #B49CF6;
}
</style>