Shades of Biloba Flower #B794F5
Tints of Biloba Flower #B794F5
RGB
CMYK
RGB Variations
Color information
#B794F5 (or 0xB794F5) is known color: Biloba Flower. HEX triplet: B7, 94 and F5. RGB value is (183,148,245). Sum of RGB (Red+Green+Blue) = 183+148+245=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #B794F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794F5 is #486B0A. Grayscale: #A9A9A9. Windows color (decimal): -4745995 or 16094391. OLE color: 16094391.
HSL color Cylindrical-coordinate representation of color #B794F5: hue angle of 261.65º degrees, saturation: 0.83, 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 #B794F5 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 148 | 245 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.04 |
| HSL | 261.65º | 0.83% | 0.77% | - |
| HSV(B) | 261.65º | 0.4% | 0.96% | - |
| XYZ | 46.6 | 37.84 | 91.23 | - |
| YUV | 169.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 245 | 0.25 | 0.40 | 0 | 0.04 | 261.65 | 0.83 | 0.77 |
| Hex | B7 | 94 | F5 | 19 | 28 | 0 | 4 | 106 | 53 | 4D |
| Octal | 267 | 224 | 365 | 31 | 50 | 0 | 4 | 406 | 123 | 115 |
| Binary | 10110111 | 10010100 | 11110101 | 11001 | 101000 | 0 | 100 | 100000110 | 1010011 | 1001101 |
Color Harmonies of #B794F5
Complementary color
Monochromatic Colors of #B794F5
Black with #B794F5
Text Example
Text Example
White with #B794F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B794F5; }
p { color: rgb(183,148,245); }
H1.HeaderClassName
{
color: #B794F5;
}
.AnyTagClassName
{
color: #B794F5;
}
</style>
background-color css
<style>
a { background-color: #B794F5; }
a { background-color: rgb(183,148,245); }
div.DivClassName
{
background-color: #B794F5;
}
.BgClassName
{
background-color: #B794F5;
}
</style>
border-color css
<style>
span { border-color: #B794F5; }
span { border-color: rgb(183,148,245); }
td.TdClassName
{
border-color: #B794F5;
}
.TagClassName
{
border-color: #B794F5;
}
</style>