Shades of Biloba Flower #B78CED
Tints of Biloba Flower #B78CED
RGB
CMYK
RGB Variations
Color information
#B78CED (or 0xB78CED) is known color: Biloba Flower. HEX triplet: B7, 8C and ED. RGB value is (183,140,237). Sum of RGB (Red+Green+Blue) = 183+140+237=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B78CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CED is #487312. Grayscale: #A3A3A3. Windows color (decimal): -4748051 or 15568055. OLE color: 15568055.
HSL color Cylindrical-coordinate representation of color #B78CED: hue angle of 266.6º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B78CED is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 140 | 237 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.07 |
| HSL | 266.6º | 0.73% | 0.74% | - |
| HSV(B) | 266.6º | 0.41% | 0.93% | - |
| XYZ | 44.19 | 34.94 | 84.54 | - |
| YUV | 163.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 237 | 0.23 | 0.41 | 0 | 0.07 | 266.6 | 0.73 | 0.74 |
| Hex | B7 | 8C | ED | 17 | 29 | 0 | 7 | 10B | 49 | 4A |
| Octal | 267 | 214 | 355 | 27 | 51 | 0 | 7 | 413 | 111 | 112 |
| Binary | 10110111 | 10001100 | 11101101 | 10111 | 101001 | 0 | 111 | 100001011 | 1001001 | 1001010 |
Color Harmonies of #B78CED
Complementary color
Monochromatic Colors of #B78CED
Black with #B78CED
Text Example
Text Example
White with #B78CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CED; }
p { color: rgb(183,140,237); }
H1.HeaderClassName
{
color: #B78CED;
}
.AnyTagClassName
{
color: #B78CED;
}
</style>
background-color css
<style>
a { background-color: #B78CED; }
a { background-color: rgb(183,140,237); }
div.DivClassName
{
background-color: #B78CED;
}
.BgClassName
{
background-color: #B78CED;
}
</style>
border-color css
<style>
span { border-color: #B78CED; }
span { border-color: rgb(183,140,237); }
td.TdClassName
{
border-color: #B78CED;
}
.TagClassName
{
border-color: #B78CED;
}
</style>