Shades of Biloba Flower #B292DB
Tints of Biloba Flower #B292DB
RGB
CMYK
RGB Variations
Color information
#B292DB (or 0xB292DB) is known color: Biloba Flower. HEX triplet: B2, 92 and DB. RGB value is (178,146,219). Sum of RGB (Red+Green+Blue) = 178+146+219=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B292DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292DB is #4D6D24. Grayscale: #A3A3A3. Windows color (decimal): -5074213 or 14389938. OLE color: 14389938.
HSL color Cylindrical-coordinate representation of color #B292DB: hue angle of 266.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B292DB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 146 | 219 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.14 |
| HSL | 266.3º | 0.5% | 0.72% | - |
| HSV(B) | 266.3º | 0.33% | 0.86% | - |
| XYZ | 41.43 | 35.14 | 71.62 | - |
| YUV | 163.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 219 | 0.19 | 0.33 | 0 | 0.14 | 266.3 | 0.5 | 0.72 |
| Hex | B2 | 92 | DB | 13 | 21 | 0 | E | 10A | 32 | 48 |
| Octal | 262 | 222 | 333 | 23 | 41 | 0 | 16 | 412 | 62 | 110 |
| Binary | 10110010 | 10010010 | 11011011 | 10011 | 100001 | 0 | 1110 | 100001010 | 110010 | 1001000 |
Color Harmonies of #B292DB
Complementary color
Monochromatic Colors of #B292DB
Black with #B292DB
Text Example
Text Example
White with #B292DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292DB; }
p { color: rgb(178,146,219); }
H1.HeaderClassName
{
color: #B292DB;
}
.AnyTagClassName
{
color: #B292DB;
}
</style>
background-color css
<style>
a { background-color: #B292DB; }
a { background-color: rgb(178,146,219); }
div.DivClassName
{
background-color: #B292DB;
}
.BgClassName
{
background-color: #B292DB;
}
</style>
border-color css
<style>
span { border-color: #B292DB; }
span { border-color: rgb(178,146,219); }
td.TdClassName
{
border-color: #B292DB;
}
.TagClassName
{
border-color: #B292DB;
}
</style>