Shades of Biloba Flower #B78BE3
Tints of Biloba Flower #B78BE3
RGB
CMYK
RGB Variations
Color information
#B78BE3 (or 0xB78BE3) is known color: Biloba Flower. HEX triplet: B7, 8B and E3. RGB value is (183,139,227). Sum of RGB (Red+Green+Blue) = 183+139+227=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #B78BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BE3 is #48741C. Grayscale: #A1A1A1. Windows color (decimal): -4748317 or 14912439. OLE color: 14912439.
HSL color Cylindrical-coordinate representation of color #B78BE3: hue angle of 270º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B78BE3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 139 | 227 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.11 |
| HSL | 270º | 0.61% | 0.72% | - |
| HSV(B) | 270º | 0.39% | 0.89% | - |
| XYZ | 42.63 | 34.08 | 77 | - |
| YUV | 162.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 227 | 0.19 | 0.39 | 0 | 0.11 | 270 | 0.61 | 0.72 |
| Hex | B7 | 8B | E3 | 13 | 27 | 0 | B | 10E | 3D | 48 |
| Octal | 267 | 213 | 343 | 23 | 47 | 0 | 13 | 416 | 75 | 110 |
| Binary | 10110111 | 10001011 | 11100011 | 10011 | 100111 | 0 | 1011 | 100001110 | 111101 | 1001000 |
Color Harmonies of #B78BE3
Complementary color
Monochromatic Colors of #B78BE3
Black with #B78BE3
Text Example
Text Example
White with #B78BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BE3; }
p { color: rgb(183,139,227); }
H1.HeaderClassName
{
color: #B78BE3;
}
.AnyTagClassName
{
color: #B78BE3;
}
</style>
background-color css
<style>
a { background-color: #B78BE3; }
a { background-color: rgb(183,139,227); }
div.DivClassName
{
background-color: #B78BE3;
}
.BgClassName
{
background-color: #B78BE3;
}
</style>
border-color css
<style>
span { border-color: #B78BE3; }
span { border-color: rgb(183,139,227); }
td.TdClassName
{
border-color: #B78BE3;
}
.TagClassName
{
border-color: #B78BE3;
}
</style>