Shades of Biloba Flower #B398DF
Tints of Biloba Flower #B398DF
RGB
CMYK
RGB Variations
Color information
#B398DF (or 0xB398DF) is known color: Biloba Flower. HEX triplet: B3, 98 and DF. RGB value is (179,152,223). Sum of RGB (Red+Green+Blue) = 179+152+223=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B398DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DF is #4C6720. Grayscale: #A7A7A7. Windows color (decimal): -5007137 or 14653619. OLE color: 14653619.
HSL color Cylindrical-coordinate representation of color #B398DF: hue angle of 262.82º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B398DF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 152 | 223 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.13 |
| HSL | 262.82º | 0.53% | 0.74% | - |
| HSV(B) | 262.82º | 0.32% | 0.87% | - |
| XYZ | 43.14 | 37.37 | 74.75 | - |
| YUV | 168.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 223 | 0.20 | 0.32 | 0 | 0.13 | 262.82 | 0.53 | 0.74 |
| Hex | B3 | 98 | DF | 14 | 20 | 0 | D | 107 | 35 | 4A |
| Octal | 263 | 230 | 337 | 24 | 40 | 0 | 15 | 407 | 65 | 112 |
| Binary | 10110011 | 10011000 | 11011111 | 10100 | 100000 | 0 | 1101 | 100000111 | 110101 | 1001010 |
Color Harmonies of #B398DF
Complementary color
Monochromatic Colors of #B398DF
Black with #B398DF
Text Example
Text Example
White with #B398DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398DF; }
p { color: rgb(179,152,223); }
H1.HeaderClassName
{
color: #B398DF;
}
.AnyTagClassName
{
color: #B398DF;
}
</style>
background-color css
<style>
a { background-color: #B398DF; }
a { background-color: rgb(179,152,223); }
div.DivClassName
{
background-color: #B398DF;
}
.BgClassName
{
background-color: #B398DF;
}
</style>
border-color css
<style>
span { border-color: #B398DF; }
span { border-color: rgb(179,152,223); }
td.TdClassName
{
border-color: #B398DF;
}
.TagClassName
{
border-color: #B398DF;
}
</style>