Shades of Biloba Flower #B392DE
Tints of Biloba Flower #B392DE
RGB
CMYK
RGB Variations
Color information
#B392DE (or 0xB392DE) is known color: Biloba Flower. HEX triplet: B3, 92 and DE. RGB value is (179,146,222). Sum of RGB (Red+Green+Blue) = 179+146+222=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B392DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DE is #4C6D21. Grayscale: #A4A4A4. Windows color (decimal): -5008674 or 14586547. OLE color: 14586547.
HSL color Cylindrical-coordinate representation of color #B392DE: hue angle of 266.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B392DE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 146 | 222 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.13 |
| HSL | 266.05º | 0.54% | 0.72% | - |
| HSV(B) | 266.05º | 0.34% | 0.87% | - |
| XYZ | 42.05 | 35.42 | 73.73 | - |
| YUV | 164.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 222 | 0.19 | 0.34 | 0 | 0.13 | 266.05 | 0.54 | 0.72 |
| Hex | B3 | 92 | DE | 13 | 22 | 0 | D | 10A | 36 | 48 |
| Octal | 263 | 222 | 336 | 23 | 42 | 0 | 15 | 412 | 66 | 110 |
| Binary | 10110011 | 10010010 | 11011110 | 10011 | 100010 | 0 | 1101 | 100001010 | 110110 | 1001000 |
Color Harmonies of #B392DE
Complementary color
Monochromatic Colors of #B392DE
Black with #B392DE
Text Example
Text Example
White with #B392DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392DE; }
p { color: rgb(179,146,222); }
H1.HeaderClassName
{
color: #B392DE;
}
.AnyTagClassName
{
color: #B392DE;
}
</style>
background-color css
<style>
a { background-color: #B392DE; }
a { background-color: rgb(179,146,222); }
div.DivClassName
{
background-color: #B392DE;
}
.BgClassName
{
background-color: #B392DE;
}
</style>
border-color css
<style>
span { border-color: #B392DE; }
span { border-color: rgb(179,146,222); }
td.TdClassName
{
border-color: #B392DE;
}
.TagClassName
{
border-color: #B392DE;
}
</style>