Shades of Biloba Flower #B77CDE
Tints of Biloba Flower #B77CDE
RGB
CMYK
RGB Variations
Color information
#B77CDE (or 0xB77CDE) is known color: Biloba Flower. HEX triplet: B7, 7C and DE. RGB value is (183,124,222). Sum of RGB (Red+Green+Blue) = 183+124+222=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #B77CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CDE is #488321. Grayscale: #989898. Windows color (decimal): -4752162 or 14580919. OLE color: 14580919.
HSL color Cylindrical-coordinate representation of color #B77CDE: hue angle of 276.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77CDE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 124 | 222 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.13 |
| HSL | 276.12º | 0.6% | 0.68% | - |
| HSV(B) | 276.12º | 0.44% | 0.87% | - |
| XYZ | 39.92 | 29.76 | 72.75 | - |
| YUV | 152.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 222 | 0.18 | 0.44 | 0 | 0.13 | 276.12 | 0.6 | 0.68 |
| Hex | B7 | 7C | DE | 12 | 2C | 0 | D | 114 | 3C | 44 |
| Octal | 267 | 174 | 336 | 22 | 54 | 0 | 15 | 424 | 74 | 104 |
| Binary | 10110111 | 1111100 | 11011110 | 10010 | 101100 | 0 | 1101 | 100010100 | 111100 | 1000100 |
Color Harmonies of #B77CDE
Complementary color
Monochromatic Colors of #B77CDE
Black with #B77CDE
Text Example
Text Example
White with #B77CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CDE; }
p { color: rgb(183,124,222); }
H1.HeaderClassName
{
color: #B77CDE;
}
.AnyTagClassName
{
color: #B77CDE;
}
</style>
background-color css
<style>
a { background-color: #B77CDE; }
a { background-color: rgb(183,124,222); }
div.DivClassName
{
background-color: #B77CDE;
}
.BgClassName
{
background-color: #B77CDE;
}
</style>
border-color css
<style>
span { border-color: #B77CDE; }
span { border-color: rgb(183,124,222); }
td.TdClassName
{
border-color: #B77CDE;
}
.TagClassName
{
border-color: #B77CDE;
}
</style>