Shades of Biloba Flower #B398F2
Tints of Biloba Flower #B398F2
RGB
CMYK
RGB Variations
Color information
#B398F2 (or 0xB398F2) is known color: Biloba Flower. HEX triplet: B3, 98 and F2. RGB value is (179,152,242). Sum of RGB (Red+Green+Blue) = 179+152+242=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B398F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398F2 is #4C670D. Grayscale: #AAAAAA. Windows color (decimal): -5007118 or 15898803. OLE color: 15898803.
HSL color Cylindrical-coordinate representation of color #B398F2: hue angle of 258º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B398F2 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 152 | 242 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.05 |
| HSL | 258º | 0.78% | 0.77% | - |
| HSV(B) | 258º | 0.37% | 0.95% | - |
| XYZ | 45.85 | 38.45 | 89.01 | - |
| YUV | 170.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 242 | 0.26 | 0.37 | 0 | 0.05 | 258 | 0.78 | 0.77 |
| Hex | B3 | 98 | F2 | 1A | 25 | 0 | 5 | 102 | 4E | 4D |
| Octal | 263 | 230 | 362 | 32 | 45 | 0 | 5 | 402 | 116 | 115 |
| Binary | 10110011 | 10011000 | 11110010 | 11010 | 100101 | 0 | 101 | 100000010 | 1001110 | 1001101 |
Color Harmonies of #B398F2
Complementary color
Monochromatic Colors of #B398F2
Black with #B398F2
Text Example
Text Example
White with #B398F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398F2; }
p { color: rgb(179,152,242); }
H1.HeaderClassName
{
color: #B398F2;
}
.AnyTagClassName
{
color: #B398F2;
}
</style>
background-color css
<style>
a { background-color: #B398F2; }
a { background-color: rgb(179,152,242); }
div.DivClassName
{
background-color: #B398F2;
}
.BgClassName
{
background-color: #B398F2;
}
</style>
border-color css
<style>
span { border-color: #B398F2; }
span { border-color: rgb(179,152,242); }
td.TdClassName
{
border-color: #B398F2;
}
.TagClassName
{
border-color: #B398F2;
}
</style>