Shades of Biloba Flower #B791DD
Tints of Biloba Flower #B791DD
RGB
CMYK
RGB Variations
Color information
#B791DD (or 0xB791DD) is known color: Biloba Flower. HEX triplet: B7, 91 and DD. RGB value is (183,145,221). Sum of RGB (Red+Green+Blue) = 183+145+221=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B791DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791DD is #486E22. Grayscale: #A4A4A4. Windows color (decimal): -4746787 or 14520759. OLE color: 14520759.
HSL color Cylindrical-coordinate representation of color #B791DD: hue angle of 270º degrees, saturation: 0.53, 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 #B791DD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 145 | 221 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 270º | 0.53% | 0.72% | - |
| HSV(B) | 270º | 0.34% | 0.87% | - |
| XYZ | 42.7 | 35.54 | 73.02 | - |
| YUV | 165.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 221 | 0.17 | 0.34 | 0 | 0.13 | 270 | 0.53 | 0.72 |
| Hex | B7 | 91 | DD | 11 | 22 | 0 | D | 10E | 35 | 48 |
| Octal | 267 | 221 | 335 | 21 | 42 | 0 | 15 | 416 | 65 | 110 |
| Binary | 10110111 | 10010001 | 11011101 | 10001 | 100010 | 0 | 1101 | 100001110 | 110101 | 1001000 |
Color Harmonies of #B791DD
Complementary color
Monochromatic Colors of #B791DD
Black with #B791DD
Text Example
Text Example
White with #B791DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791DD; }
p { color: rgb(183,145,221); }
H1.HeaderClassName
{
color: #B791DD;
}
.AnyTagClassName
{
color: #B791DD;
}
</style>
background-color css
<style>
a { background-color: #B791DD; }
a { background-color: rgb(183,145,221); }
div.DivClassName
{
background-color: #B791DD;
}
.BgClassName
{
background-color: #B791DD;
}
</style>
border-color css
<style>
span { border-color: #B791DD; }
span { border-color: rgb(183,145,221); }
td.TdClassName
{
border-color: #B791DD;
}
.TagClassName
{
border-color: #B791DD;
}
</style>