Shades of Biloba Flower #B68FED
Tints of Biloba Flower #B68FED
RGB
CMYK
RGB Variations
Color information
#B68FED (or 0xB68FED) is known color: Biloba Flower. HEX triplet: B6, 8F and ED. RGB value is (182,143,237). Sum of RGB (Red+Green+Blue) = 182+143+237=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B68FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FED is #497012. Grayscale: #A5A5A5. Windows color (decimal): -4812819 or 15568822. OLE color: 15568822.
HSL color Cylindrical-coordinate representation of color #B68FED: hue angle of 264.89º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68FED is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 143 | 237 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.07 |
| HSL | 264.89º | 0.72% | 0.75% | - |
| HSV(B) | 264.89º | 0.4% | 0.93% | - |
| XYZ | 44.4 | 35.7 | 84.67 | - |
| YUV | 165.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 237 | 0.23 | 0.40 | 0 | 0.07 | 264.89 | 0.72 | 0.75 |
| Hex | B6 | 8F | ED | 17 | 28 | 0 | 7 | 109 | 48 | 4B |
| Octal | 266 | 217 | 355 | 27 | 50 | 0 | 7 | 411 | 110 | 113 |
| Binary | 10110110 | 10001111 | 11101101 | 10111 | 101000 | 0 | 111 | 100001001 | 1001000 | 1001011 |
Color Harmonies of #B68FED
Complementary color
Monochromatic Colors of #B68FED
Black with #B68FED
Text Example
Text Example
White with #B68FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FED; }
p { color: rgb(182,143,237); }
H1.HeaderClassName
{
color: #B68FED;
}
.AnyTagClassName
{
color: #B68FED;
}
</style>
background-color css
<style>
a { background-color: #B68FED; }
a { background-color: rgb(182,143,237); }
div.DivClassName
{
background-color: #B68FED;
}
.BgClassName
{
background-color: #B68FED;
}
</style>
border-color css
<style>
span { border-color: #B68FED; }
span { border-color: rgb(182,143,237); }
td.TdClassName
{
border-color: #B68FED;
}
.TagClassName
{
border-color: #B68FED;
}
</style>