Shades of Biloba Flower #B78CDF
Tints of Biloba Flower #B78CDF
RGB
CMYK
RGB Variations
Color information
#B78CDF (or 0xB78CDF) is known color: Biloba Flower. HEX triplet: B7, 8C and DF. RGB value is (183,140,223). Sum of RGB (Red+Green+Blue) = 183+140+223=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B78CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CDF is #487320. Grayscale: #A2A2A2. Windows color (decimal): -4748065 or 14650551. OLE color: 14650551.
HSL color Cylindrical-coordinate representation of color #B78CDF: hue angle of 271.08º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78CDF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 140 | 223 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.13 |
| HSL | 271.08º | 0.56% | 0.71% | - |
| HSV(B) | 271.08º | 0.37% | 0.87% | - |
| XYZ | 42.23 | 34.15 | 74.18 | - |
| YUV | 162.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 223 | 0.18 | 0.37 | 0 | 0.13 | 271.08 | 0.56 | 0.71 |
| Hex | B7 | 8C | DF | 12 | 25 | 0 | D | 10F | 38 | 47 |
| Octal | 267 | 214 | 337 | 22 | 45 | 0 | 15 | 417 | 70 | 107 |
| Binary | 10110111 | 10001100 | 11011111 | 10010 | 100101 | 0 | 1101 | 100001111 | 111000 | 1000111 |
Color Harmonies of #B78CDF
Complementary color
Monochromatic Colors of #B78CDF
Black with #B78CDF
Text Example
Text Example
White with #B78CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CDF; }
p { color: rgb(183,140,223); }
H1.HeaderClassName
{
color: #B78CDF;
}
.AnyTagClassName
{
color: #B78CDF;
}
</style>
background-color css
<style>
a { background-color: #B78CDF; }
a { background-color: rgb(183,140,223); }
div.DivClassName
{
background-color: #B78CDF;
}
.BgClassName
{
background-color: #B78CDF;
}
</style>
border-color css
<style>
span { border-color: #B78CDF; }
span { border-color: rgb(183,140,223); }
td.TdClassName
{
border-color: #B78CDF;
}
.TagClassName
{
border-color: #B78CDF;
}
</style>