Shades of Biloba Flower #B794F6
Tints of Biloba Flower #B794F6
RGB
CMYK
RGB Variations
Color information
#B794F6 (or 0xB794F6) is known color: Biloba Flower. HEX triplet: B7, 94 and F6. RGB value is (183,148,246). Sum of RGB (Red+Green+Blue) = 183+148+246=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B794F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794F6 is #486B09. Grayscale: #A9A9A9. Windows color (decimal): -4745994 or 16159927. OLE color: 16159927.
HSL color Cylindrical-coordinate representation of color #B794F6: hue angle of 261.43º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B794F6 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 148 | 246 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.04 |
| HSL | 261.43º | 0.84% | 0.77% | - |
| HSV(B) | 261.43º | 0.4% | 0.96% | - |
| XYZ | 46.75 | 37.9 | 92.04 | - |
| YUV | 169.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 246 | 0.26 | 0.40 | 0 | 0.04 | 261.43 | 0.84 | 0.77 |
| Hex | B7 | 94 | F6 | 1A | 28 | 0 | 4 | 105 | 54 | 4D |
| Octal | 267 | 224 | 366 | 32 | 50 | 0 | 4 | 405 | 124 | 115 |
| Binary | 10110111 | 10010100 | 11110110 | 11010 | 101000 | 0 | 100 | 100000101 | 1010100 | 1001101 |
Color Harmonies of #B794F6
Complementary color
Monochromatic Colors of #B794F6
Black with #B794F6
Text Example
Text Example
White with #B794F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794F6; }
p { color: rgb(183,148,246); }
H1.HeaderClassName
{
color: #B794F6;
}
.AnyTagClassName
{
color: #B794F6;
}
</style>
background-color css
<style>
a { background-color: #B794F6; }
a { background-color: rgb(183,148,246); }
div.DivClassName
{
background-color: #B794F6;
}
.BgClassName
{
background-color: #B794F6;
}
</style>
border-color css
<style>
span { border-color: #B794F6; }
span { border-color: rgb(183,148,246); }
td.TdClassName
{
border-color: #B794F6;
}
.TagClassName
{
border-color: #B794F6;
}
</style>