Shades of Biloba Flower #B77CF1
Tints of Biloba Flower #B77CF1
RGB
CMYK
RGB Variations
Color information
#B77CF1 (or 0xB77CF1) is known color: Biloba Flower. HEX triplet: B7, 7C and F1. RGB value is (183,124,241). Sum of RGB (Red+Green+Blue) = 183+124+241=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #B77CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CF1 is #48830E. Grayscale: #9A9A9A. Windows color (decimal): -4752143 or 15826103. OLE color: 15826103.
HSL color Cylindrical-coordinate representation of color #B77CF1: hue angle of 270.26º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77CF1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 124 | 241 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.05 |
| HSL | 270.26º | 0.81% | 0.72% | - |
| HSV(B) | 270.26º | 0.49% | 0.95% | - |
| XYZ | 42.61 | 30.83 | 86.92 | - |
| YUV | 154.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 241 | 0.24 | 0.49 | 0 | 0.05 | 270.26 | 0.81 | 0.72 |
| Hex | B7 | 7C | F1 | 18 | 31 | 0 | 5 | 10E | 51 | 48 |
| Octal | 267 | 174 | 361 | 30 | 61 | 0 | 5 | 416 | 121 | 110 |
| Binary | 10110111 | 1111100 | 11110001 | 11000 | 110001 | 0 | 101 | 100001110 | 1010001 | 1001000 |
Color Harmonies of #B77CF1
Complementary color
Monochromatic Colors of #B77CF1
Black with #B77CF1
Text Example
Text Example
White with #B77CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CF1; }
p { color: rgb(183,124,241); }
H1.HeaderClassName
{
color: #B77CF1;
}
.AnyTagClassName
{
color: #B77CF1;
}
</style>
background-color css
<style>
a { background-color: #B77CF1; }
a { background-color: rgb(183,124,241); }
div.DivClassName
{
background-color: #B77CF1;
}
.BgClassName
{
background-color: #B77CF1;
}
</style>
border-color css
<style>
span { border-color: #B77CF1; }
span { border-color: rgb(183,124,241); }
td.TdClassName
{
border-color: #B77CF1;
}
.TagClassName
{
border-color: #B77CF1;
}
</style>