Shades of Biloba Flower #B793D9
Tints of Biloba Flower #B793D9
RGB
CMYK
RGB Variations
Color information
#B793D9 (or 0xB793D9) is known color: Biloba Flower. HEX triplet: B7, 93 and D9. RGB value is (183,147,217). Sum of RGB (Red+Green+Blue) = 183+147+217=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #B793D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793D9 is #486C26. Grayscale: #A5A5A5. Windows color (decimal): -4746279 or 14259127. OLE color: 14259127.
HSL color Cylindrical-coordinate representation of color #B793D9: hue angle of 270.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B793D9 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 147 | 217 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.15 |
| HSL | 270.86º | 0.48% | 0.71% | - |
| HSV(B) | 270.86º | 0.32% | 0.85% | - |
| XYZ | 42.49 | 35.94 | 70.34 | - |
| YUV | 165.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 217 | 0.16 | 0.32 | 0 | 0.15 | 270.86 | 0.48 | 0.71 |
| Hex | B7 | 93 | D9 | 10 | 20 | 0 | F | 10F | 30 | 47 |
| Octal | 267 | 223 | 331 | 20 | 40 | 0 | 17 | 417 | 60 | 107 |
| Binary | 10110111 | 10010011 | 11011001 | 10000 | 100000 | 0 | 1111 | 100001111 | 110000 | 1000111 |
Color Harmonies of #B793D9
Complementary color
Monochromatic Colors of #B793D9
Black with #B793D9
Text Example
Text Example
White with #B793D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793D9; }
p { color: rgb(183,147,217); }
H1.HeaderClassName
{
color: #B793D9;
}
.AnyTagClassName
{
color: #B793D9;
}
</style>
background-color css
<style>
a { background-color: #B793D9; }
a { background-color: rgb(183,147,217); }
div.DivClassName
{
background-color: #B793D9;
}
.BgClassName
{
background-color: #B793D9;
}
</style>
border-color css
<style>
span { border-color: #B793D9; }
span { border-color: rgb(183,147,217); }
td.TdClassName
{
border-color: #B793D9;
}
.TagClassName
{
border-color: #B793D9;
}
</style>