Shades of Biloba Flower #B194FD
Tints of Biloba Flower #B194FD
RGB
CMYK
RGB Variations
Color information
#B194FD (or 0xB194FD) is known color: Biloba Flower. HEX triplet: B1, 94 and FD. RGB value is (177,148,253). Sum of RGB (Red+Green+Blue) = 177+148+253=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #B194FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194FD is #4E6B02. Grayscale: #A8A8A8. Windows color (decimal): -5139203 or 16618673. OLE color: 16618673.
HSL color Cylindrical-coordinate representation of color #B194FD: hue angle of 256.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B194FD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 148 | 253 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.01 |
| HSL | 256.57º | 0.96% | 0.79% | - |
| HSV(B) | 256.57º | 0.42% | 0.99% | - |
| XYZ | 46.45 | 37.62 | 97.74 | - |
| YUV | 168.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 253 | 0.30 | 0.42 | 0 | 0.01 | 256.57 | 0.96 | 0.79 |
| Hex | B1 | 94 | FD | 1E | 2A | 0 | 1 | 101 | 60 | 4F |
| Octal | 261 | 224 | 375 | 36 | 52 | 0 | 1 | 401 | 140 | 117 |
| Binary | 10110001 | 10010100 | 11111101 | 11110 | 101010 | 0 | 1 | 100000001 | 1100000 | 1001111 |
Color Harmonies of #B194FD
Complementary color
Monochromatic Colors of #B194FD
Black with #B194FD
Text Example
Text Example
White with #B194FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194FD; }
p { color: rgb(177,148,253); }
H1.HeaderClassName
{
color: #B194FD;
}
.AnyTagClassName
{
color: #B194FD;
}
</style>
background-color css
<style>
a { background-color: #B194FD; }
a { background-color: rgb(177,148,253); }
div.DivClassName
{
background-color: #B194FD;
}
.BgClassName
{
background-color: #B194FD;
}
</style>
border-color css
<style>
span { border-color: #B194FD; }
span { border-color: rgb(177,148,253); }
td.TdClassName
{
border-color: #B194FD;
}
.TagClassName
{
border-color: #B194FD;
}
</style>