Shades of Biloba Flower #B07FED
Tints of Biloba Flower #B07FED
RGB
CMYK
RGB Variations
Color information
#B07FED (or 0xB07FED) is known color: Biloba Flower. HEX triplet: B0, 7F and ED. RGB value is (176,127,237). Sum of RGB (Red+Green+Blue) = 176+127+237=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FED is #4F8012. Grayscale: #999999. Windows color (decimal): -5210131 or 15564720. OLE color: 15564720.
HSL color Cylindrical-coordinate representation of color #B07FED: hue angle of 266.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07FED is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 127 | 237 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.07 |
| HSL | 266.73º | 0.75% | 0.71% | - |
| HSV(B) | 266.73º | 0.46% | 0.93% | - |
| XYZ | 40.78 | 30.52 | 83.86 | - |
| YUV | 154.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 237 | 0.26 | 0.46 | 0 | 0.07 | 266.73 | 0.75 | 0.71 |
| Hex | B0 | 7F | ED | 1A | 2E | 0 | 7 | 10B | 4B | 47 |
| Octal | 260 | 177 | 355 | 32 | 56 | 0 | 7 | 413 | 113 | 107 |
| Binary | 10110000 | 1111111 | 11101101 | 11010 | 101110 | 0 | 111 | 100001011 | 1001011 | 1000111 |
Color Harmonies of #B07FED
Complementary color
Monochromatic Colors of #B07FED
Black with #B07FED
Text Example
Text Example
White with #B07FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FED; }
p { color: rgb(176,127,237); }
H1.HeaderClassName
{
color: #B07FED;
}
.AnyTagClassName
{
color: #B07FED;
}
</style>
background-color css
<style>
a { background-color: #B07FED; }
a { background-color: rgb(176,127,237); }
div.DivClassName
{
background-color: #B07FED;
}
.BgClassName
{
background-color: #B07FED;
}
</style>
border-color css
<style>
span { border-color: #B07FED; }
span { border-color: rgb(176,127,237); }
td.TdClassName
{
border-color: #B07FED;
}
.TagClassName
{
border-color: #B07FED;
}
</style>