Shades of Biloba Flower #B681EC
Tints of Biloba Flower #B681EC
RGB
CMYK
RGB Variations
Color information
#B681EC (or 0xB681EC) is known color: Biloba Flower. HEX triplet: B6, 81 and EC. RGB value is (182,129,236). Sum of RGB (Red+Green+Blue) = 182+129+236=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B681EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681EC is #497E13. Grayscale: #9C9C9C. Windows color (decimal): -4816404 or 15499702. OLE color: 15499702.
HSL color Cylindrical-coordinate representation of color #B681EC: hue angle of 269.72º 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 #B681EC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 129 | 236 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.07 |
| HSL | 269.72º | 0.74% | 0.72% | - |
| HSV(B) | 269.72º | 0.45% | 0.93% | - |
| XYZ | 42.28 | 31.7 | 83.25 | - |
| YUV | 157.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 236 | 0.23 | 0.45 | 0 | 0.07 | 269.72 | 0.74 | 0.72 |
| Hex | B6 | 81 | EC | 17 | 2D | 0 | 7 | 10E | 4A | 48 |
| Octal | 266 | 201 | 354 | 27 | 55 | 0 | 7 | 416 | 112 | 110 |
| Binary | 10110110 | 10000001 | 11101100 | 10111 | 101101 | 0 | 111 | 100001110 | 1001010 | 1001000 |
Color Harmonies of #B681EC
Complementary color
Monochromatic Colors of #B681EC
Black with #B681EC
Text Example
Text Example
White with #B681EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681EC; }
p { color: rgb(182,129,236); }
H1.HeaderClassName
{
color: #B681EC;
}
.AnyTagClassName
{
color: #B681EC;
}
</style>
background-color css
<style>
a { background-color: #B681EC; }
a { background-color: rgb(182,129,236); }
div.DivClassName
{
background-color: #B681EC;
}
.BgClassName
{
background-color: #B681EC;
}
</style>
border-color css
<style>
span { border-color: #B681EC; }
span { border-color: rgb(182,129,236); }
td.TdClassName
{
border-color: #B681EC;
}
.TagClassName
{
border-color: #B681EC;
}
</style>