Shades of Biloba Flower #B398F8
Tints of Biloba Flower #B398F8
RGB
CMYK
RGB Variations
Color information
#B398F8 (or 0xB398F8) is known color: Biloba Flower. HEX triplet: B3, 98 and F8. RGB value is (179,152,248). Sum of RGB (Red+Green+Blue) = 179+152+248=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #B398F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398F8 is #4C6707. Grayscale: #AAAAAA. Windows color (decimal): -5007112 or 16292019. OLE color: 16292019.
HSL color Cylindrical-coordinate representation of color #B398F8: hue angle of 256.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B398F8 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 152 | 248 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.03 |
| HSL | 256.88º | 0.87% | 0.78% | - |
| HSV(B) | 256.88º | 0.39% | 0.97% | - |
| XYZ | 46.76 | 38.82 | 93.83 | - |
| YUV | 171.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 248 | 0.28 | 0.39 | 0 | 0.03 | 256.88 | 0.87 | 0.78 |
| Hex | B3 | 98 | F8 | 1C | 27 | 0 | 3 | 101 | 57 | 4E |
| Octal | 263 | 230 | 370 | 34 | 47 | 0 | 3 | 401 | 127 | 116 |
| Binary | 10110011 | 10011000 | 11111000 | 11100 | 100111 | 0 | 11 | 100000001 | 1010111 | 1001110 |
Color Harmonies of #B398F8
Complementary color
Monochromatic Colors of #B398F8
Black with #B398F8
Text Example
Text Example
White with #B398F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398F8; }
p { color: rgb(179,152,248); }
H1.HeaderClassName
{
color: #B398F8;
}
.AnyTagClassName
{
color: #B398F8;
}
</style>
background-color css
<style>
a { background-color: #B398F8; }
a { background-color: rgb(179,152,248); }
div.DivClassName
{
background-color: #B398F8;
}
.BgClassName
{
background-color: #B398F8;
}
</style>
border-color css
<style>
span { border-color: #B398F8; }
span { border-color: rgb(179,152,248); }
td.TdClassName
{
border-color: #B398F8;
}
.TagClassName
{
border-color: #B398F8;
}
</style>