Shades of Biloba Flower #B782EF
Tints of Biloba Flower #B782EF
RGB
CMYK
RGB Variations
Color information
#B782EF (or 0xB782EF) is known color: Biloba Flower. HEX triplet: B7, 82 and EF. RGB value is (183,130,239). Sum of RGB (Red+Green+Blue) = 183+130+239=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #B782EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B782EF is #487D10. Grayscale: #9D9D9D. Windows color (decimal): -4750609 or 15696567. OLE color: 15696567.
HSL color Cylindrical-coordinate representation of color #B782EF: hue angle of 269.17º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B782EF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 130 | 239 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.06 |
| HSL | 269.17º | 0.77% | 0.72% | - |
| HSV(B) | 269.17º | 0.46% | 0.94% | - |
| XYZ | 43.09 | 32.26 | 85.62 | - |
| YUV | 158.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 239 | 0.23 | 0.46 | 0 | 0.06 | 269.17 | 0.77 | 0.72 |
| Hex | B7 | 82 | EF | 17 | 2E | 0 | 6 | 10D | 4D | 48 |
| Octal | 267 | 202 | 357 | 27 | 56 | 0 | 6 | 415 | 115 | 110 |
| Binary | 10110111 | 10000010 | 11101111 | 10111 | 101110 | 0 | 110 | 100001101 | 1001101 | 1001000 |
Color Harmonies of #B782EF
Complementary color
Monochromatic Colors of #B782EF
Black with #B782EF
Text Example
Text Example
White with #B782EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782EF; }
p { color: rgb(183,130,239); }
H1.HeaderClassName
{
color: #B782EF;
}
.AnyTagClassName
{
color: #B782EF;
}
</style>
background-color css
<style>
a { background-color: #B782EF; }
a { background-color: rgb(183,130,239); }
div.DivClassName
{
background-color: #B782EF;
}
.BgClassName
{
background-color: #B782EF;
}
</style>
border-color css
<style>
span { border-color: #B782EF; }
span { border-color: rgb(183,130,239); }
td.TdClassName
{
border-color: #B782EF;
}
.TagClassName
{
border-color: #B782EF;
}
</style>