Shades of Biloba Flower #B782EC
Tints of Biloba Flower #B782EC
RGB
CMYK
RGB Variations
Color information
#B782EC (or 0xB782EC) is known color: Biloba Flower. HEX triplet: B7, 82 and EC. RGB value is (183,130,236). Sum of RGB (Red+Green+Blue) = 183+130+236=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B782EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B782EC is #487D13. Grayscale: #9D9D9D. Windows color (decimal): -4750612 or 15499959. OLE color: 15499959.
HSL color Cylindrical-coordinate representation of color #B782EC: hue angle of 270º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B782EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 130 | 236 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.07 |
| HSL | 270º | 0.74% | 0.72% | - |
| HSV(B) | 270º | 0.45% | 0.93% | - |
| XYZ | 42.65 | 32.09 | 83.3 | - |
| YUV | 157.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 236 | 0.22 | 0.45 | 0 | 0.07 | 270 | 0.74 | 0.72 |
| Hex | B7 | 82 | EC | 16 | 2D | 0 | 7 | 10E | 4A | 48 |
| Octal | 267 | 202 | 354 | 26 | 55 | 0 | 7 | 416 | 112 | 110 |
| Binary | 10110111 | 10000010 | 11101100 | 10110 | 101101 | 0 | 111 | 100001110 | 1001010 | 1001000 |
Color Harmonies of #B782EC
Complementary color
Monochromatic Colors of #B782EC
Black with #B782EC
Text Example
Text Example
White with #B782EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782EC; }
p { color: rgb(183,130,236); }
H1.HeaderClassName
{
color: #B782EC;
}
.AnyTagClassName
{
color: #B782EC;
}
</style>
background-color css
<style>
a { background-color: #B782EC; }
a { background-color: rgb(183,130,236); }
div.DivClassName
{
background-color: #B782EC;
}
.BgClassName
{
background-color: #B782EC;
}
</style>
border-color css
<style>
span { border-color: #B782EC; }
span { border-color: rgb(183,130,236); }
td.TdClassName
{
border-color: #B782EC;
}
.TagClassName
{
border-color: #B782EC;
}
</style>