Shades of Biloba Flower #B78CF2
Tints of Biloba Flower #B78CF2
RGB
CMYK
RGB Variations
Color information
#B78CF2 (or 0xB78CF2) is known color: Biloba Flower. HEX triplet: B7, 8C and F2. RGB value is (183,140,242). Sum of RGB (Red+Green+Blue) = 183+140+242=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #B78CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CF2 is #48730D. Grayscale: #A4A4A4. Windows color (decimal): -4748046 or 15895735. OLE color: 15895735.
HSL color Cylindrical-coordinate representation of color #B78CF2: hue angle of 265.29º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78CF2 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 140 | 242 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.05 |
| HSL | 265.29º | 0.8% | 0.75% | - |
| HSV(B) | 265.29º | 0.42% | 0.95% | - |
| XYZ | 44.93 | 35.23 | 88.44 | - |
| YUV | 164.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 242 | 0.24 | 0.42 | 0 | 0.05 | 265.29 | 0.8 | 0.75 |
| Hex | B7 | 8C | F2 | 18 | 2A | 0 | 5 | 109 | 50 | 4B |
| Octal | 267 | 214 | 362 | 30 | 52 | 0 | 5 | 411 | 120 | 113 |
| Binary | 10110111 | 10001100 | 11110010 | 11000 | 101010 | 0 | 101 | 100001001 | 1010000 | 1001011 |
Color Harmonies of #B78CF2
Complementary color
Monochromatic Colors of #B78CF2
Black with #B78CF2
Text Example
Text Example
White with #B78CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CF2; }
p { color: rgb(183,140,242); }
H1.HeaderClassName
{
color: #B78CF2;
}
.AnyTagClassName
{
color: #B78CF2;
}
</style>
background-color css
<style>
a { background-color: #B78CF2; }
a { background-color: rgb(183,140,242); }
div.DivClassName
{
background-color: #B78CF2;
}
.BgClassName
{
background-color: #B78CF2;
}
</style>
border-color css
<style>
span { border-color: #B78CF2; }
span { border-color: rgb(183,140,242); }
td.TdClassName
{
border-color: #B78CF2;
}
.TagClassName
{
border-color: #B78CF2;
}
</style>