Shades of Biloba Flower #B284EC
Tints of Biloba Flower #B284EC
RGB
CMYK
RGB Variations
Color information
#B284EC (or 0xB284EC) is known color: Biloba Flower. HEX triplet: B2, 84 and EC. RGB value is (178,132,236). Sum of RGB (Red+Green+Blue) = 178+132+236=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B284EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EC is #4D7B13. Grayscale: #9D9D9D. Windows color (decimal): -5077780 or 15500466. OLE color: 15500466.
HSL color Cylindrical-coordinate representation of color #B284EC: hue angle of 266.54º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B284EC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 132 | 236 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.07 |
| HSL | 266.54º | 0.73% | 0.72% | - |
| HSV(B) | 266.54º | 0.44% | 0.93% | - |
| XYZ | 41.75 | 32.02 | 83.34 | - |
| YUV | 157.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 236 | 0.25 | 0.44 | 0 | 0.07 | 266.54 | 0.73 | 0.72 |
| Hex | B2 | 84 | EC | 19 | 2C | 0 | 7 | 10B | 49 | 48 |
| Octal | 262 | 204 | 354 | 31 | 54 | 0 | 7 | 413 | 111 | 110 |
| Binary | 10110010 | 10000100 | 11101100 | 11001 | 101100 | 0 | 111 | 100001011 | 1001001 | 1001000 |
Color Harmonies of #B284EC
Complementary color
Monochromatic Colors of #B284EC
Black with #B284EC
Text Example
Text Example
White with #B284EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284EC; }
p { color: rgb(178,132,236); }
H1.HeaderClassName
{
color: #B284EC;
}
.AnyTagClassName
{
color: #B284EC;
}
</style>
background-color css
<style>
a { background-color: #B284EC; }
a { background-color: rgb(178,132,236); }
div.DivClassName
{
background-color: #B284EC;
}
.BgClassName
{
background-color: #B284EC;
}
</style>
border-color css
<style>
span { border-color: #B284EC; }
span { border-color: rgb(178,132,236); }
td.TdClassName
{
border-color: #B284EC;
}
.TagClassName
{
border-color: #B284EC;
}
</style>