Shades of Biloba Flower #B394DF
Tints of Biloba Flower #B394DF
RGB
CMYK
RGB Variations
Color information
#B394DF (or 0xB394DF) is known color: Biloba Flower. HEX triplet: B3, 94 and DF. RGB value is (179,148,223). Sum of RGB (Red+Green+Blue) = 179+148+223=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B394DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DF is #4C6B20. Grayscale: #A5A5A5. Windows color (decimal): -5008161 or 14652595. OLE color: 14652595.
HSL color Cylindrical-coordinate representation of color #B394DF: hue angle of 264.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B394DF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 148 | 223 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.13 |
| HSL | 264.8º | 0.54% | 0.73% | - |
| HSV(B) | 264.8º | 0.34% | 0.87% | - |
| XYZ | 42.5 | 36.09 | 74.54 | - |
| YUV | 165.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 223 | 0.20 | 0.34 | 0 | 0.13 | 264.8 | 0.54 | 0.73 |
| Hex | B3 | 94 | DF | 14 | 22 | 0 | D | 109 | 36 | 49 |
| Octal | 263 | 224 | 337 | 24 | 42 | 0 | 15 | 411 | 66 | 111 |
| Binary | 10110011 | 10010100 | 11011111 | 10100 | 100010 | 0 | 1101 | 100001001 | 110110 | 1001001 |
Color Harmonies of #B394DF
Complementary color
Monochromatic Colors of #B394DF
Black with #B394DF
Text Example
Text Example
White with #B394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394DF; }
p { color: rgb(179,148,223); }
H1.HeaderClassName
{
color: #B394DF;
}
.AnyTagClassName
{
color: #B394DF;
}
</style>
background-color css
<style>
a { background-color: #B394DF; }
a { background-color: rgb(179,148,223); }
div.DivClassName
{
background-color: #B394DF;
}
.BgClassName
{
background-color: #B394DF;
}
</style>
border-color css
<style>
span { border-color: #B394DF; }
span { border-color: rgb(179,148,223); }
td.TdClassName
{
border-color: #B394DF;
}
.TagClassName
{
border-color: #B394DF;
}
</style>