Shades of Biloba Flower #B78BE0
Tints of Biloba Flower #B78BE0
RGB
CMYK
RGB Variations
Color information
#B78BE0 (or 0xB78BE0) is known color: Biloba Flower. HEX triplet: B7, 8B and E0. RGB value is (183,139,224). Sum of RGB (Red+Green+Blue) = 183+139+224=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #B78BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BE0 is #48741F. Grayscale: #A1A1A1. Windows color (decimal): -4748320 or 14715831. OLE color: 14715831.
HSL color Cylindrical-coordinate representation of color #B78BE0: hue angle of 271.06º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78BE0 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 139 | 224 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.12 |
| HSL | 271.06º | 0.58% | 0.71% | - |
| HSV(B) | 271.06º | 0.38% | 0.88% | - |
| XYZ | 42.22 | 33.91 | 74.84 | - |
| YUV | 161.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 224 | 0.18 | 0.38 | 0 | 0.12 | 271.06 | 0.58 | 0.71 |
| Hex | B7 | 8B | E0 | 12 | 26 | 0 | C | 10F | 3A | 47 |
| Octal | 267 | 213 | 340 | 22 | 46 | 0 | 14 | 417 | 72 | 107 |
| Binary | 10110111 | 10001011 | 11100000 | 10010 | 100110 | 0 | 1100 | 100001111 | 111010 | 1000111 |
Color Harmonies of #B78BE0
Complementary color
Monochromatic Colors of #B78BE0
Black with #B78BE0
Text Example
Text Example
White with #B78BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BE0; }
p { color: rgb(183,139,224); }
H1.HeaderClassName
{
color: #B78BE0;
}
.AnyTagClassName
{
color: #B78BE0;
}
</style>
background-color css
<style>
a { background-color: #B78BE0; }
a { background-color: rgb(183,139,224); }
div.DivClassName
{
background-color: #B78BE0;
}
.BgClassName
{
background-color: #B78BE0;
}
</style>
border-color css
<style>
span { border-color: #B78BE0; }
span { border-color: rgb(183,139,224); }
td.TdClassName
{
border-color: #B78BE0;
}
.TagClassName
{
border-color: #B78BE0;
}
</style>