Shades of Biloba Flower #B78CDC
Tints of Biloba Flower #B78CDC
RGB
CMYK
RGB Variations
Color information
#B78CDC (or 0xB78CDC) is known color: Biloba Flower. HEX triplet: B7, 8C and DC. RGB value is (183,140,220). Sum of RGB (Red+Green+Blue) = 183+140+220=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B78CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CDC is #487323. Grayscale: #A1A1A1. Windows color (decimal): -4748068 or 14453943. OLE color: 14453943.
HSL color Cylindrical-coordinate representation of color #B78CDC: hue angle of 272.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78CDC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 140 | 220 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.14 |
| HSL | 272.25º | 0.53% | 0.71% | - |
| HSV(B) | 272.25º | 0.36% | 0.86% | - |
| XYZ | 41.82 | 33.99 | 72.07 | - |
| YUV | 161.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 220 | 0.17 | 0.36 | 0 | 0.14 | 272.25 | 0.53 | 0.71 |
| Hex | B7 | 8C | DC | 11 | 24 | 0 | E | 110 | 35 | 47 |
| Octal | 267 | 214 | 334 | 21 | 44 | 0 | 16 | 420 | 65 | 107 |
| Binary | 10110111 | 10001100 | 11011100 | 10001 | 100100 | 0 | 1110 | 100010000 | 110101 | 1000111 |
Color Harmonies of #B78CDC
Complementary color
Monochromatic Colors of #B78CDC
Black with #B78CDC
Text Example
Text Example
White with #B78CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CDC; }
p { color: rgb(183,140,220); }
H1.HeaderClassName
{
color: #B78CDC;
}
.AnyTagClassName
{
color: #B78CDC;
}
</style>
background-color css
<style>
a { background-color: #B78CDC; }
a { background-color: rgb(183,140,220); }
div.DivClassName
{
background-color: #B78CDC;
}
.BgClassName
{
background-color: #B78CDC;
}
</style>
border-color css
<style>
span { border-color: #B78CDC; }
span { border-color: rgb(183,140,220); }
td.TdClassName
{
border-color: #B78CDC;
}
.TagClassName
{
border-color: #B78CDC;
}
</style>