Shades of Biloba Flower #B394F9
Tints of Biloba Flower #B394F9
RGB
CMYK
RGB Variations
Color information
#B394F9 (or 0xB394F9) is known color: Biloba Flower. HEX triplet: B3, 94 and F9. RGB value is (179,148,249). Sum of RGB (Red+Green+Blue) = 179+148+249=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #B394F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394F9 is #4C6B06. Grayscale: #A8A8A8. Windows color (decimal): -5008135 or 16356531. OLE color: 16356531.
HSL color Cylindrical-coordinate representation of color #B394F9: hue angle of 258.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B394F9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 148 | 249 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.02 |
| HSL | 258.42º | 0.89% | 0.78% | - |
| HSV(B) | 258.42º | 0.41% | 0.98% | - |
| XYZ | 46.28 | 37.6 | 94.44 | - |
| YUV | 168.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 249 | 0.28 | 0.41 | 0 | 0.02 | 258.42 | 0.89 | 0.78 |
| Hex | B3 | 94 | F9 | 1C | 29 | 0 | 2 | 102 | 59 | 4E |
| Octal | 263 | 224 | 371 | 34 | 51 | 0 | 2 | 402 | 131 | 116 |
| Binary | 10110011 | 10010100 | 11111001 | 11100 | 101001 | 0 | 10 | 100000010 | 1011001 | 1001110 |
Color Harmonies of #B394F9
Complementary color
Monochromatic Colors of #B394F9
Black with #B394F9
Text Example
Text Example
White with #B394F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394F9; }
p { color: rgb(179,148,249); }
H1.HeaderClassName
{
color: #B394F9;
}
.AnyTagClassName
{
color: #B394F9;
}
</style>
background-color css
<style>
a { background-color: #B394F9; }
a { background-color: rgb(179,148,249); }
div.DivClassName
{
background-color: #B394F9;
}
.BgClassName
{
background-color: #B394F9;
}
</style>
border-color css
<style>
span { border-color: #B394F9; }
span { border-color: rgb(179,148,249); }
td.TdClassName
{
border-color: #B394F9;
}
.TagClassName
{
border-color: #B394F9;
}
</style>