Shades of Biloba Flower #B292DF
Tints of Biloba Flower #B292DF
RGB
CMYK
RGB Variations
Color information
#B292DF (or 0xB292DF) is known color: Biloba Flower. HEX triplet: B2, 92 and DF. RGB value is (178,146,223). Sum of RGB (Red+Green+Blue) = 178+146+223=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B292DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292DF is #4D6D20. Grayscale: #A4A4A4. Windows color (decimal): -5074209 or 14652082. OLE color: 14652082.
HSL color Cylindrical-coordinate representation of color #B292DF: hue angle of 264.94º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B292DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 146 | 223 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.13 |
| HSL | 264.94º | 0.55% | 0.72% | - |
| HSV(B) | 264.94º | 0.35% | 0.87% | - |
| XYZ | 41.96 | 35.35 | 74.42 | - |
| YUV | 164.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 223 | 0.20 | 0.35 | 0 | 0.13 | 264.94 | 0.55 | 0.72 |
| Hex | B2 | 92 | DF | 14 | 23 | 0 | D | 109 | 37 | 48 |
| Octal | 262 | 222 | 337 | 24 | 43 | 0 | 15 | 411 | 67 | 110 |
| Binary | 10110010 | 10010010 | 11011111 | 10100 | 100011 | 0 | 1101 | 100001001 | 110111 | 1001000 |
Color Harmonies of #B292DF
Complementary color
Monochromatic Colors of #B292DF
Black with #B292DF
Text Example
Text Example
White with #B292DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292DF; }
p { color: rgb(178,146,223); }
H1.HeaderClassName
{
color: #B292DF;
}
.AnyTagClassName
{
color: #B292DF;
}
</style>
background-color css
<style>
a { background-color: #B292DF; }
a { background-color: rgb(178,146,223); }
div.DivClassName
{
background-color: #B292DF;
}
.BgClassName
{
background-color: #B292DF;
}
</style>
border-color css
<style>
span { border-color: #B292DF; }
span { border-color: rgb(178,146,223); }
td.TdClassName
{
border-color: #B292DF;
}
.TagClassName
{
border-color: #B292DF;
}
</style>