Shades of Biloba Flower #B294FF
Tints of Biloba Flower #B294FF
RGB
CMYK
RGB Variations
Color information
#B294FF (or 0xB294FF) is known color: Biloba Flower. HEX triplet: B2, 94 and FF. RGB value is (178,148,255). Sum of RGB (Red+Green+Blue) = 178+148+255=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B294FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294FF is #4D6B00. Grayscale: #A8A8A8. Windows color (decimal): -5073665 or 16749746. OLE color: 16749746.
HSL color Cylindrical-coordinate representation of color #B294FF: hue angle of 256.82º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B294FF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 148 | 255 | - |
| CMYK | 0.30 | 0.42 | 0 | 0 |
| HSL | 256.82º | 1% | 0.79% | - |
| HSV(B) | 256.82º | 0.42% | 1% | - |
| XYZ | 47 | 37.86 | 99.44 | - |
| YUV | 169.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 255 | 0.30 | 0.42 | 0 | 0 | 256.82 | 1 | 0.79 |
| Hex | B2 | 94 | FF | 1E | 2A | 0 | 0 | 101 | 64 | 4F |
| Octal | 262 | 224 | 377 | 36 | 52 | 0 | 0 | 401 | 144 | 117 |
| Binary | 10110010 | 10010100 | 11111111 | 11110 | 101010 | 0 | 0 | 100000001 | 1100100 | 1001111 |
Color Harmonies of #B294FF
Complementary color
Monochromatic Colors of #B294FF
Black with #B294FF
Text Example
Text Example
White with #B294FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294FF; }
p { color: rgb(178,148,255); }
H1.HeaderClassName
{
color: #B294FF;
}
.AnyTagClassName
{
color: #B294FF;
}
</style>
background-color css
<style>
a { background-color: #B294FF; }
a { background-color: rgb(178,148,255); }
div.DivClassName
{
background-color: #B294FF;
}
.BgClassName
{
background-color: #B294FF;
}
</style>
border-color css
<style>
span { border-color: #B294FF; }
span { border-color: rgb(178,148,255); }
td.TdClassName
{
border-color: #B294FF;
}
.TagClassName
{
border-color: #B294FF;
}
</style>