Shades of Biloba Flower #B392DC
Tints of Biloba Flower #B392DC
RGB
CMYK
RGB Variations
Color information
#B392DC (or 0xB392DC) is known color: Biloba Flower. HEX triplet: B3, 92 and DC. RGB value is (179,146,220). Sum of RGB (Red+Green+Blue) = 179+146+220=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B392DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DC is #4C6D23. Grayscale: #A4A4A4. Windows color (decimal): -5008676 or 14455475. OLE color: 14455475.
HSL color Cylindrical-coordinate representation of color #B392DC: hue angle of 266.76º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B392DC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 146 | 220 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.14 |
| HSL | 266.76º | 0.51% | 0.72% | - |
| HSV(B) | 266.76º | 0.34% | 0.86% | - |
| XYZ | 41.79 | 35.31 | 72.32 | - |
| YUV | 164.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 220 | 0.19 | 0.34 | 0 | 0.14 | 266.76 | 0.51 | 0.72 |
| Hex | B3 | 92 | DC | 13 | 22 | 0 | E | 10B | 33 | 48 |
| Octal | 263 | 222 | 334 | 23 | 42 | 0 | 16 | 413 | 63 | 110 |
| Binary | 10110011 | 10010010 | 11011100 | 10011 | 100010 | 0 | 1110 | 100001011 | 110011 | 1001000 |
Color Harmonies of #B392DC
Complementary color
Monochromatic Colors of #B392DC
Black with #B392DC
Text Example
Text Example
White with #B392DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392DC; }
p { color: rgb(179,146,220); }
H1.HeaderClassName
{
color: #B392DC;
}
.AnyTagClassName
{
color: #B392DC;
}
</style>
background-color css
<style>
a { background-color: #B392DC; }
a { background-color: rgb(179,146,220); }
div.DivClassName
{
background-color: #B392DC;
}
.BgClassName
{
background-color: #B392DC;
}
</style>
border-color css
<style>
span { border-color: #B392DC; }
span { border-color: rgb(179,146,220); }
td.TdClassName
{
border-color: #B392DC;
}
.TagClassName
{
border-color: #B392DC;
}
</style>