Shades of Biloba Flower #B791DC
Tints of Biloba Flower #B791DC
RGB
CMYK
RGB Variations
Color information
#B791DC (or 0xB791DC) is known color: Biloba Flower. HEX triplet: B7, 91 and DC. RGB value is (183,145,220). Sum of RGB (Red+Green+Blue) = 183+145+220=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B791DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791DC is #486E23. Grayscale: #A4A4A4. Windows color (decimal): -4746788 or 14455223. OLE color: 14455223.
HSL color Cylindrical-coordinate representation of color #B791DC: hue angle of 270.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B791DC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 145 | 220 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.14 |
| HSL | 270.4º | 0.52% | 0.72% | - |
| HSV(B) | 270.4º | 0.34% | 0.86% | - |
| XYZ | 42.57 | 35.49 | 72.32 | - |
| YUV | 164.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 220 | 0.17 | 0.34 | 0 | 0.14 | 270.4 | 0.52 | 0.72 |
| Hex | B7 | 91 | DC | 11 | 22 | 0 | E | 10E | 34 | 48 |
| Octal | 267 | 221 | 334 | 21 | 42 | 0 | 16 | 416 | 64 | 110 |
| Binary | 10110111 | 10010001 | 11011100 | 10001 | 100010 | 0 | 1110 | 100001110 | 110100 | 1001000 |
Color Harmonies of #B791DC
Complementary color
Monochromatic Colors of #B791DC
Black with #B791DC
Text Example
Text Example
White with #B791DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791DC; }
p { color: rgb(183,145,220); }
H1.HeaderClassName
{
color: #B791DC;
}
.AnyTagClassName
{
color: #B791DC;
}
</style>
background-color css
<style>
a { background-color: #B791DC; }
a { background-color: rgb(183,145,220); }
div.DivClassName
{
background-color: #B791DC;
}
.BgClassName
{
background-color: #B791DC;
}
</style>
border-color css
<style>
span { border-color: #B791DC; }
span { border-color: rgb(183,145,220); }
td.TdClassName
{
border-color: #B791DC;
}
.TagClassName
{
border-color: #B791DC;
}
</style>