Shades of Biloba Flower #B284EF
Tints of Biloba Flower #B284EF
RGB
CMYK
RGB Variations
Color information
#B284EF (or 0xB284EF) is known color: Biloba Flower. HEX triplet: B2, 84 and EF. RGB value is (178,132,239). Sum of RGB (Red+Green+Blue) = 178+132+239=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #B284EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EF is #4D7B10. Grayscale: #9D9D9D. Windows color (decimal): -5077777 or 15697074. OLE color: 15697074.
HSL color Cylindrical-coordinate representation of color #B284EF: hue angle of 265.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B284EF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 132 | 239 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.06 |
| HSL | 265.79º | 0.77% | 0.73% | - |
| HSV(B) | 265.79º | 0.45% | 0.94% | - |
| XYZ | 42.19 | 32.2 | 85.65 | - |
| YUV | 157.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 239 | 0.26 | 0.45 | 0 | 0.06 | 265.79 | 0.77 | 0.73 |
| Hex | B2 | 84 | EF | 1A | 2D | 0 | 6 | 10A | 4D | 49 |
| Octal | 262 | 204 | 357 | 32 | 55 | 0 | 6 | 412 | 115 | 111 |
| Binary | 10110010 | 10000100 | 11101111 | 11010 | 101101 | 0 | 110 | 100001010 | 1001101 | 1001001 |
Color Harmonies of #B284EF
Complementary color
Monochromatic Colors of #B284EF
Black with #B284EF
Text Example
Text Example
White with #B284EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284EF; }
p { color: rgb(178,132,239); }
H1.HeaderClassName
{
color: #B284EF;
}
.AnyTagClassName
{
color: #B284EF;
}
</style>
background-color css
<style>
a { background-color: #B284EF; }
a { background-color: rgb(178,132,239); }
div.DivClassName
{
background-color: #B284EF;
}
.BgClassName
{
background-color: #B284EF;
}
</style>
border-color css
<style>
span { border-color: #B284EF; }
span { border-color: rgb(178,132,239); }
td.TdClassName
{
border-color: #B284EF;
}
.TagClassName
{
border-color: #B284EF;
}
</style>