Shades of Biloba Flower #B093DF
Tints of Biloba Flower #B093DF
RGB
CMYK
RGB Variations
Color information
#B093DF (or 0xB093DF) is known color: Biloba Flower. HEX triplet: B0, 93 and DF. RGB value is (176,147,223). Sum of RGB (Red+Green+Blue) = 176+147+223=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B093DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093DF is #4F6C20. Grayscale: #A4A4A4. Windows color (decimal): -5205025 or 14652336. OLE color: 14652336.
HSL color Cylindrical-coordinate representation of color #B093DF: hue angle of 262.89º 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 #B093DF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 147 | 223 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.13 |
| HSL | 262.89º | 0.54% | 0.73% | - |
| HSV(B) | 262.89º | 0.34% | 0.87% | - |
| XYZ | 41.66 | 35.43 | 74.45 | - |
| YUV | 164.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 223 | 0.21 | 0.34 | 0 | 0.13 | 262.89 | 0.54 | 0.73 |
| Hex | B0 | 93 | DF | 15 | 22 | 0 | D | 107 | 36 | 49 |
| Octal | 260 | 223 | 337 | 25 | 42 | 0 | 15 | 407 | 66 | 111 |
| Binary | 10110000 | 10010011 | 11011111 | 10101 | 100010 | 0 | 1101 | 100000111 | 110110 | 1001001 |
Color Harmonies of #B093DF
Complementary color
Monochromatic Colors of #B093DF
Black with #B093DF
Text Example
Text Example
White with #B093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B093DF; }
p { color: rgb(176,147,223); }
H1.HeaderClassName
{
color: #B093DF;
}
.AnyTagClassName
{
color: #B093DF;
}
</style>
background-color css
<style>
a { background-color: #B093DF; }
a { background-color: rgb(176,147,223); }
div.DivClassName
{
background-color: #B093DF;
}
.BgClassName
{
background-color: #B093DF;
}
</style>
border-color css
<style>
span { border-color: #B093DF; }
span { border-color: rgb(176,147,223); }
td.TdClassName
{
border-color: #B093DF;
}
.TagClassName
{
border-color: #B093DF;
}
</style>