Shades of Biloba Flower #B392D9
Tints of Biloba Flower #B392D9
RGB
CMYK
RGB Variations
Color information
#B392D9 (or 0xB392D9) is known color: Biloba Flower. HEX triplet: B3, 92 and D9. RGB value is (179,146,217). Sum of RGB (Red+Green+Blue) = 179+146+217=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B392D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392D9 is #4C6D26. Grayscale: #A3A3A3. Windows color (decimal): -5008679 or 14258867. OLE color: 14258867.
HSL color Cylindrical-coordinate representation of color #B392D9: hue angle of 267.89º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B392D9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 146 | 217 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.15 |
| HSL | 267.89º | 0.48% | 0.71% | - |
| HSV(B) | 267.89º | 0.33% | 0.85% | - |
| XYZ | 41.39 | 35.15 | 70.25 | - |
| YUV | 163.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 217 | 0.18 | 0.33 | 0 | 0.15 | 267.89 | 0.48 | 0.71 |
| Hex | B3 | 92 | D9 | 12 | 21 | 0 | F | 10C | 30 | 47 |
| Octal | 263 | 222 | 331 | 22 | 41 | 0 | 17 | 414 | 60 | 107 |
| Binary | 10110011 | 10010010 | 11011001 | 10010 | 100001 | 0 | 1111 | 100001100 | 110000 | 1000111 |
Color Harmonies of #B392D9
Complementary color
Monochromatic Colors of #B392D9
Black with #B392D9
Text Example
Text Example
White with #B392D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392D9; }
p { color: rgb(179,146,217); }
H1.HeaderClassName
{
color: #B392D9;
}
.AnyTagClassName
{
color: #B392D9;
}
</style>
background-color css
<style>
a { background-color: #B392D9; }
a { background-color: rgb(179,146,217); }
div.DivClassName
{
background-color: #B392D9;
}
.BgClassName
{
background-color: #B392D9;
}
</style>
border-color css
<style>
span { border-color: #B392D9; }
span { border-color: rgb(179,146,217); }
td.TdClassName
{
border-color: #B392D9;
}
.TagClassName
{
border-color: #B392D9;
}
</style>