Shades of Biloba Flower #B78CFC
Tints of Biloba Flower #B78CFC
RGB
CMYK
RGB Variations
Color information
#B78CFC (or 0xB78CFC) is known color: Biloba Flower. HEX triplet: B7, 8C and FC. RGB value is (183,140,252). Sum of RGB (Red+Green+Blue) = 183+140+252=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #B78CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CFC is #487303. Grayscale: #A5A5A5. Windows color (decimal): -4748036 or 16551095. OLE color: 16551095.
HSL color Cylindrical-coordinate representation of color #B78CFC: hue angle of 263.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78CFC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 140 | 252 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.01 |
| HSL | 263.04º | 0.95% | 0.77% | - |
| HSV(B) | 263.04º | 0.44% | 0.99% | - |
| XYZ | 46.48 | 35.85 | 96.57 | - |
| YUV | 165.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 252 | 0.27 | 0.44 | 0 | 0.01 | 263.04 | 0.95 | 0.77 |
| Hex | B7 | 8C | FC | 1B | 2C | 0 | 1 | 107 | 5F | 4D |
| Octal | 267 | 214 | 374 | 33 | 54 | 0 | 1 | 407 | 137 | 115 |
| Binary | 10110111 | 10001100 | 11111100 | 11011 | 101100 | 0 | 1 | 100000111 | 1011111 | 1001101 |
Color Harmonies of #B78CFC
Complementary color
Monochromatic Colors of #B78CFC
Black with #B78CFC
Text Example
Text Example
White with #B78CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CFC; }
p { color: rgb(183,140,252); }
H1.HeaderClassName
{
color: #B78CFC;
}
.AnyTagClassName
{
color: #B78CFC;
}
</style>
background-color css
<style>
a { background-color: #B78CFC; }
a { background-color: rgb(183,140,252); }
div.DivClassName
{
background-color: #B78CFC;
}
.BgClassName
{
background-color: #B78CFC;
}
</style>
border-color css
<style>
span { border-color: #B78CFC; }
span { border-color: rgb(183,140,252); }
td.TdClassName
{
border-color: #B78CFC;
}
.TagClassName
{
border-color: #B78CFC;
}
</style>