Shades of Biloba Flower #B77FDD
Tints of Biloba Flower #B77FDD
RGB
CMYK
RGB Variations
Color information
#B77FDD (or 0xB77FDD) is known color: Biloba Flower. HEX triplet: B7, 7F and DD. RGB value is (183,127,221). Sum of RGB (Red+Green+Blue) = 183+127+221=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FDD is #488022. Grayscale: #9A9A9A. Windows color (decimal): -4751395 or 14516151. OLE color: 14516151.
HSL color Cylindrical-coordinate representation of color #B77FDD: hue angle of 275.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77FDD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 127 | 221 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.13 |
| HSL | 275.74º | 0.58% | 0.68% | - |
| HSV(B) | 275.74º | 0.43% | 0.87% | - |
| XYZ | 40.17 | 30.47 | 72.17 | - |
| YUV | 154.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 221 | 0.17 | 0.43 | 0 | 0.13 | 275.74 | 0.58 | 0.68 |
| Hex | B7 | 7F | DD | 11 | 2B | 0 | D | 114 | 3A | 44 |
| Octal | 267 | 177 | 335 | 21 | 53 | 0 | 15 | 424 | 72 | 104 |
| Binary | 10110111 | 1111111 | 11011101 | 10001 | 101011 | 0 | 1101 | 100010100 | 111010 | 1000100 |
Color Harmonies of #B77FDD
Complementary color
Monochromatic Colors of #B77FDD
Black with #B77FDD
Text Example
Text Example
White with #B77FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FDD; }
p { color: rgb(183,127,221); }
H1.HeaderClassName
{
color: #B77FDD;
}
.AnyTagClassName
{
color: #B77FDD;
}
</style>
background-color css
<style>
a { background-color: #B77FDD; }
a { background-color: rgb(183,127,221); }
div.DivClassName
{
background-color: #B77FDD;
}
.BgClassName
{
background-color: #B77FDD;
}
</style>
border-color css
<style>
span { border-color: #B77FDD; }
span { border-color: rgb(183,127,221); }
td.TdClassName
{
border-color: #B77FDD;
}
.TagClassName
{
border-color: #B77FDD;
}
</style>