Shades of Biloba Flower #B398E1
Tints of Biloba Flower #B398E1
RGB
CMYK
RGB Variations
Color information
#B398E1 (or 0xB398E1) is known color: Biloba Flower. HEX triplet: B3, 98 and E1. RGB value is (179,152,225). Sum of RGB (Red+Green+Blue) = 179+152+225=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #B398E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398E1 is #4C671E. Grayscale: #A8A8A8. Windows color (decimal): -5007135 or 14784691. OLE color: 14784691.
HSL color Cylindrical-coordinate representation of color #B398E1: hue angle of 262.19º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B398E1 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 152 | 225 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.12 |
| HSL | 262.19º | 0.55% | 0.74% | - |
| HSV(B) | 262.19º | 0.32% | 0.88% | - |
| XYZ | 43.41 | 37.48 | 76.18 | - |
| YUV | 168.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 225 | 0.20 | 0.32 | 0 | 0.12 | 262.19 | 0.55 | 0.74 |
| Hex | B3 | 98 | E1 | 14 | 20 | 0 | C | 106 | 37 | 4A |
| Octal | 263 | 230 | 341 | 24 | 40 | 0 | 14 | 406 | 67 | 112 |
| Binary | 10110011 | 10011000 | 11100001 | 10100 | 100000 | 0 | 1100 | 100000110 | 110111 | 1001010 |
Color Harmonies of #B398E1
Complementary color
Monochromatic Colors of #B398E1
Black with #B398E1
Text Example
Text Example
White with #B398E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398E1; }
p { color: rgb(179,152,225); }
H1.HeaderClassName
{
color: #B398E1;
}
.AnyTagClassName
{
color: #B398E1;
}
</style>
background-color css
<style>
a { background-color: #B398E1; }
a { background-color: rgb(179,152,225); }
div.DivClassName
{
background-color: #B398E1;
}
.BgClassName
{
background-color: #B398E1;
}
</style>
border-color css
<style>
span { border-color: #B398E1; }
span { border-color: rgb(179,152,225); }
td.TdClassName
{
border-color: #B398E1;
}
.TagClassName
{
border-color: #B398E1;
}
</style>