Shades of Biloba Flower #B78BEE
Tints of Biloba Flower #B78BEE
RGB
CMYK
RGB Variations
Color information
#B78BEE (or 0xB78BEE) is known color: Biloba Flower. HEX triplet: B7, 8B and EE. RGB value is (183,139,238). Sum of RGB (Red+Green+Blue) = 183+139+238=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B78BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78BEE is #487411. Grayscale: #A3A3A3. Windows color (decimal): -4748306 or 15633335. OLE color: 15633335.
HSL color Cylindrical-coordinate representation of color #B78BEE: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78BEE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 139 | 238 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.07 |
| HSL | 266.67º | 0.74% | 0.74% | - |
| HSV(B) | 266.67º | 0.42% | 0.93% | - |
| XYZ | 44.19 | 34.71 | 85.26 | - |
| YUV | 163.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 238 | 0.23 | 0.42 | 0 | 0.07 | 266.67 | 0.74 | 0.74 |
| Hex | B7 | 8B | EE | 17 | 2A | 0 | 7 | 10B | 4A | 4A |
| Octal | 267 | 213 | 356 | 27 | 52 | 0 | 7 | 413 | 112 | 112 |
| Binary | 10110111 | 10001011 | 11101110 | 10111 | 101010 | 0 | 111 | 100001011 | 1001010 | 1001010 |
Color Harmonies of #B78BEE
Complementary color
Monochromatic Colors of #B78BEE
Black with #B78BEE
Text Example
Text Example
White with #B78BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BEE; }
p { color: rgb(183,139,238); }
H1.HeaderClassName
{
color: #B78BEE;
}
.AnyTagClassName
{
color: #B78BEE;
}
</style>
background-color css
<style>
a { background-color: #B78BEE; }
a { background-color: rgb(183,139,238); }
div.DivClassName
{
background-color: #B78BEE;
}
.BgClassName
{
background-color: #B78BEE;
}
</style>
border-color css
<style>
span { border-color: #B78BEE; }
span { border-color: rgb(183,139,238); }
td.TdClassName
{
border-color: #B78BEE;
}
.TagClassName
{
border-color: #B78BEE;
}
</style>