Shades of Biloba Flower #B398FE
Tints of Biloba Flower #B398FE
RGB
CMYK
RGB Variations
Color information
#B398FE (or 0xB398FE) is known color: Biloba Flower. HEX triplet: B3, 98 and FE. RGB value is (179,152,254). Sum of RGB (Red+Green+Blue) = 179+152+254=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B398FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398FE is #4C6701. Grayscale: #ABABAB. Windows color (decimal): -5007106 or 16685235. OLE color: 16685235.
HSL color Cylindrical-coordinate representation of color #B398FE: hue angle of 255.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B398FE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 152 | 254 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.00 |
| HSL | 255.88º | 0.98% | 0.8% | - |
| HSV(B) | 255.88º | 0.4% | 1% | - |
| XYZ | 47.71 | 39.2 | 98.82 | - |
| YUV | 171.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 254 | 0.30 | 0.40 | 0 | 0.00 | 255.88 | 0.98 | 0.8 |
| Hex | B3 | 98 | FE | 1E | 28 | 0 | 0 | 100 | 62 | 50 |
| Octal | 263 | 230 | 376 | 36 | 50 | 0 | 0 | 400 | 142 | 120 |
| Binary | 10110011 | 10011000 | 11111110 | 11110 | 101000 | 0 | 0 | 100000000 | 1100010 | 1010000 |
Color Harmonies of #B398FE
Complementary color
Monochromatic Colors of #B398FE
Black with #B398FE
Text Example
Text Example
White with #B398FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398FE; }
p { color: rgb(179,152,254); }
H1.HeaderClassName
{
color: #B398FE;
}
.AnyTagClassName
{
color: #B398FE;
}
</style>
background-color css
<style>
a { background-color: #B398FE; }
a { background-color: rgb(179,152,254); }
div.DivClassName
{
background-color: #B398FE;
}
.BgClassName
{
background-color: #B398FE;
}
</style>
border-color css
<style>
span { border-color: #B398FE; }
span { border-color: rgb(179,152,254); }
td.TdClassName
{
border-color: #B398FE;
}
.TagClassName
{
border-color: #B398FE;
}
</style>