Shades of Biloba Flower #B78AE4
Tints of Biloba Flower #B78AE4
RGB
CMYK
RGB Variations
Color information
#B78AE4 (or 0xB78AE4) is known color: Biloba Flower. HEX triplet: B7, 8A and E4. RGB value is (183,138,228). Sum of RGB (Red+Green+Blue) = 183+138+228=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #B78AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AE4 is #48751B. Grayscale: #A1A1A1. Windows color (decimal): -4748572 or 14977719. OLE color: 14977719.
HSL color Cylindrical-coordinate representation of color #B78AE4: hue angle of 270º degrees, saturation: 0.62, 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 #B78AE4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 138 | 228 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.11 |
| HSL | 270º | 0.63% | 0.72% | - |
| HSV(B) | 270º | 0.39% | 0.89% | - |
| XYZ | 42.62 | 33.85 | 77.69 | - |
| YUV | 161.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 228 | 0.20 | 0.39 | 0 | 0.11 | 270 | 0.63 | 0.72 |
| Hex | B7 | 8A | E4 | 14 | 27 | 0 | B | 10E | 3E | 48 |
| Octal | 267 | 212 | 344 | 24 | 47 | 0 | 13 | 416 | 76 | 110 |
| Binary | 10110111 | 10001010 | 11100100 | 10100 | 100111 | 0 | 1011 | 100001110 | 111110 | 1001000 |
Color Harmonies of #B78AE4
Complementary color
Monochromatic Colors of #B78AE4
Black with #B78AE4
Text Example
Text Example
White with #B78AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78AE4; }
p { color: rgb(183,138,228); }
H1.HeaderClassName
{
color: #B78AE4;
}
.AnyTagClassName
{
color: #B78AE4;
}
</style>
background-color css
<style>
a { background-color: #B78AE4; }
a { background-color: rgb(183,138,228); }
div.DivClassName
{
background-color: #B78AE4;
}
.BgClassName
{
background-color: #B78AE4;
}
</style>
border-color css
<style>
span { border-color: #B78AE4; }
span { border-color: rgb(183,138,228); }
td.TdClassName
{
border-color: #B78AE4;
}
.TagClassName
{
border-color: #B78AE4;
}
</style>