Shades of Biloba Flower #B793DD
Tints of Biloba Flower #B793DD
RGB
CMYK
RGB Variations
Color information
#B793DD (or 0xB793DD) is known color: Biloba Flower. HEX triplet: B7, 93 and DD. RGB value is (183,147,221). Sum of RGB (Red+Green+Blue) = 183+147+221=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B793DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793DD is #486C22. Grayscale: #A5A5A5. Windows color (decimal): -4746275 or 14521271. OLE color: 14521271.
HSL color Cylindrical-coordinate representation of color #B793DD: hue angle of 269.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B793DD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 147 | 221 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.13 |
| HSL | 269.19º | 0.52% | 0.72% | - |
| HSV(B) | 269.19º | 0.33% | 0.87% | - |
| XYZ | 43.01 | 36.16 | 73.12 | - |
| YUV | 166.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 221 | 0.17 | 0.33 | 0 | 0.13 | 269.19 | 0.52 | 0.72 |
| Hex | B7 | 93 | DD | 11 | 21 | 0 | D | 10D | 34 | 48 |
| Octal | 267 | 223 | 335 | 21 | 41 | 0 | 15 | 415 | 64 | 110 |
| Binary | 10110111 | 10010011 | 11011101 | 10001 | 100001 | 0 | 1101 | 100001101 | 110100 | 1001000 |
Color Harmonies of #B793DD
Complementary color
Monochromatic Colors of #B793DD
Black with #B793DD
Text Example
Text Example
White with #B793DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793DD; }
p { color: rgb(183,147,221); }
H1.HeaderClassName
{
color: #B793DD;
}
.AnyTagClassName
{
color: #B793DD;
}
</style>
background-color css
<style>
a { background-color: #B793DD; }
a { background-color: rgb(183,147,221); }
div.DivClassName
{
background-color: #B793DD;
}
.BgClassName
{
background-color: #B793DD;
}
</style>
border-color css
<style>
span { border-color: #B793DD; }
span { border-color: rgb(183,147,221); }
td.TdClassName
{
border-color: #B793DD;
}
.TagClassName
{
border-color: #B793DD;
}
</style>