Shades of Biloba Flower #B79DE4
Tints of Biloba Flower #B79DE4
RGB
CMYK
RGB Variations
Color information
#B79DE4 (or 0xB79DE4) is known color: Biloba Flower. HEX triplet: B7, 9D and E4. RGB value is (183,157,228). Sum of RGB (Red+Green+Blue) = 183+157+228=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #B79DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DE4 is #48621B. Grayscale: #ACACAC. Windows color (decimal): -4743708 or 14982583. OLE color: 14982583.
HSL color Cylindrical-coordinate representation of color #B79DE4: hue angle of 261.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B79DE4 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 157 | 228 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.11 |
| HSL | 261.97º | 0.57% | 0.75% | - |
| HSV(B) | 261.97º | 0.31% | 0.89% | - |
| XYZ | 45.59 | 39.78 | 78.67 | - |
| YUV | 172.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 228 | 0.20 | 0.31 | 0 | 0.11 | 261.97 | 0.57 | 0.75 |
| Hex | B7 | 9D | E4 | 14 | 1F | 0 | B | 106 | 39 | 4B |
| Octal | 267 | 235 | 344 | 24 | 37 | 0 | 13 | 406 | 71 | 113 |
| Binary | 10110111 | 10011101 | 11100100 | 10100 | 11111 | 0 | 1011 | 100000110 | 111001 | 1001011 |
Color Harmonies of #B79DE4
Complementary color
Monochromatic Colors of #B79DE4
Black with #B79DE4
Text Example
Text Example
White with #B79DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DE4; }
p { color: rgb(183,157,228); }
H1.HeaderClassName
{
color: #B79DE4;
}
.AnyTagClassName
{
color: #B79DE4;
}
</style>
background-color css
<style>
a { background-color: #B79DE4; }
a { background-color: rgb(183,157,228); }
div.DivClassName
{
background-color: #B79DE4;
}
.BgClassName
{
background-color: #B79DE4;
}
</style>
border-color css
<style>
span { border-color: #B79DE4; }
span { border-color: rgb(183,157,228); }
td.TdClassName
{
border-color: #B79DE4;
}
.TagClassName
{
border-color: #B79DE4;
}
</style>