Shades of Biloba Flower #B398EA
Tints of Biloba Flower #B398EA
RGB
CMYK
RGB Variations
Color information
#B398EA (or 0xB398EA) is known color: Biloba Flower. HEX triplet: B3, 98 and EA. RGB value is (179,152,234). Sum of RGB (Red+Green+Blue) = 179+152+234=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B398EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B398EA is #4C6715. Grayscale: #A9A9A9. Windows color (decimal): -5007126 or 15374515. OLE color: 15374515.
HSL color Cylindrical-coordinate representation of color #B398EA: hue angle of 259.76º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B398EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 152 | 234 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.08 |
| HSL | 259.76º | 0.66% | 0.76% | - |
| HSV(B) | 259.76º | 0.35% | 0.92% | - |
| XYZ | 44.67 | 37.98 | 82.82 | - |
| YUV | 169.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 234 | 0.24 | 0.35 | 0 | 0.08 | 259.76 | 0.66 | 0.76 |
| Hex | B3 | 98 | EA | 18 | 23 | 0 | 8 | 104 | 42 | 4C |
| Octal | 263 | 230 | 352 | 30 | 43 | 0 | 10 | 404 | 102 | 114 |
| Binary | 10110011 | 10011000 | 11101010 | 11000 | 100011 | 0 | 1000 | 100000100 | 1000010 | 1001100 |
Color Harmonies of #B398EA
Complementary color
Monochromatic Colors of #B398EA
Black with #B398EA
Text Example
Text Example
White with #B398EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398EA; }
p { color: rgb(179,152,234); }
H1.HeaderClassName
{
color: #B398EA;
}
.AnyTagClassName
{
color: #B398EA;
}
</style>
background-color css
<style>
a { background-color: #B398EA; }
a { background-color: rgb(179,152,234); }
div.DivClassName
{
background-color: #B398EA;
}
.BgClassName
{
background-color: #B398EA;
}
</style>
border-color css
<style>
span { border-color: #B398EA; }
span { border-color: rgb(179,152,234); }
td.TdClassName
{
border-color: #B398EA;
}
.TagClassName
{
border-color: #B398EA;
}
</style>