Shades of Biloba Flower #B781EC
Tints of Biloba Flower #B781EC
RGB
CMYK
RGB Variations
Color information
#B781EC (or 0xB781EC) is known color: Biloba Flower. HEX triplet: B7, 81 and EC. RGB value is (183,129,236). Sum of RGB (Red+Green+Blue) = 183+129+236=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #B781EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781EC is #487E13. Grayscale: #9C9C9C. Windows color (decimal): -4750868 or 15499703. OLE color: 15499703.
HSL color Cylindrical-coordinate representation of color #B781EC: hue angle of 270.28º 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 #B781EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 129 | 236 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.07 |
| HSL | 270.28º | 0.74% | 0.72% | - |
| HSV(B) | 270.28º | 0.45% | 0.93% | - |
| XYZ | 42.52 | 31.82 | 83.26 | - |
| YUV | 157.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 236 | 0.22 | 0.45 | 0 | 0.07 | 270.28 | 0.74 | 0.72 |
| Hex | B7 | 81 | EC | 16 | 2D | 0 | 7 | 10E | 4A | 48 |
| Octal | 267 | 201 | 354 | 26 | 55 | 0 | 7 | 416 | 112 | 110 |
| Binary | 10110111 | 10000001 | 11101100 | 10110 | 101101 | 0 | 111 | 100001110 | 1001010 | 1001000 |
Color Harmonies of #B781EC
Complementary color
Monochromatic Colors of #B781EC
Black with #B781EC
Text Example
Text Example
White with #B781EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781EC; }
p { color: rgb(183,129,236); }
H1.HeaderClassName
{
color: #B781EC;
}
.AnyTagClassName
{
color: #B781EC;
}
</style>
background-color css
<style>
a { background-color: #B781EC; }
a { background-color: rgb(183,129,236); }
div.DivClassName
{
background-color: #B781EC;
}
.BgClassName
{
background-color: #B781EC;
}
</style>
border-color css
<style>
span { border-color: #B781EC; }
span { border-color: rgb(183,129,236); }
td.TdClassName
{
border-color: #B781EC;
}
.TagClassName
{
border-color: #B781EC;
}
</style>