Shades of Biloba Flower #B79FDB
Tints of Biloba Flower #B79FDB
RGB
CMYK
RGB Variations
Color information
#B79FDB (or 0xB79FDB) is known color: Biloba Flower. HEX triplet: B7, 9F and DB. RGB value is (183,159,219). Sum of RGB (Red+Green+Blue) = 183+159+219=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B79FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FDB is #486024. Grayscale: #ACACAC. Windows color (decimal): -4743205 or 14393271. OLE color: 14393271.
HSL color Cylindrical-coordinate representation of color #B79FDB: hue angle of 264º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B79FDB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 159 | 219 | - |
CMYK | 0.16 | 0.27 | 0 | 0.14 |
HSL | 264º | 0.45% | 0.74% | - |
HSV(B) | 264º | 0.27% | 0.86% | - |
XYZ | 44.71 | 39.98 | 72.38 | - |
YUV | 173.02 | 153.95 | 135.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 159 | 219 | 0.16 | 0.27 | 0 | 0.14 | 264 | 0.45 | 0.74 |
Hex | B7 | 9F | DB | 10 | 1B | 0 | E | 108 | 2D | 4A |
Octal | 267 | 237 | 333 | 20 | 33 | 0 | 16 | 410 | 55 | 112 |
Binary | 10110111 | 10011111 | 11011011 | 10000 | 11011 | 0 | 1110 | 100001000 | 101101 | 1001010 |
Color Harmonies of #B79FDB
Complementary color
Monochromatic Colors of #B79FDB
Black with #B79FDB
Text Example
Text Example
White with #B79FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79FDB; }
p { color: rgb(183,159,219); }
H1.HeaderClassName
{
color: #B79FDB;
}
.AnyTagClassName
{
color: #B79FDB;
}
</style>
background-color css
<style>
a { background-color: #B79FDB; }
a { background-color: rgb(183,159,219); }
div.DivClassName
{
background-color: #B79FDB;
}
.BgClassName
{
background-color: #B79FDB;
}
</style>
border-color css
<style>
span { border-color: #B79FDB; }
span { border-color: rgb(183,159,219); }
td.TdClassName
{
border-color: #B79FDB;
}
.TagClassName
{
border-color: #B79FDB;
}
</style>