Shades of Biloba Flower #B77FEE
Tints of Biloba Flower #B77FEE
RGB
CMYK
RGB Variations
Color information
#B77FEE (or 0xB77FEE) is known color: Biloba Flower. HEX triplet: B7, 7F and EE. RGB value is (183,127,238). Sum of RGB (Red+Green+Blue) = 183+127+238=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #B77FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FEE is #488011. Grayscale: #9C9C9C. Windows color (decimal): -4751378 or 15630263. OLE color: 15630263.
HSL color Cylindrical-coordinate representation of color #B77FEE: hue angle of 270.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77FEE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 127 | 238 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.07 |
| HSL | 270.27º | 0.77% | 0.72% | - |
| HSV(B) | 270.27º | 0.47% | 0.93% | - |
| XYZ | 42.55 | 31.42 | 84.71 | - |
| YUV | 156.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 238 | 0.23 | 0.47 | 0 | 0.07 | 270.27 | 0.77 | 0.72 |
| Hex | B7 | 7F | EE | 17 | 2F | 0 | 7 | 10E | 4D | 48 |
| Octal | 267 | 177 | 356 | 27 | 57 | 0 | 7 | 416 | 115 | 110 |
| Binary | 10110111 | 1111111 | 11101110 | 10111 | 101111 | 0 | 111 | 100001110 | 1001101 | 1001000 |
Color Harmonies of #B77FEE
Complementary color
Monochromatic Colors of #B77FEE
Black with #B77FEE
Text Example
Text Example
White with #B77FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FEE; }
p { color: rgb(183,127,238); }
H1.HeaderClassName
{
color: #B77FEE;
}
.AnyTagClassName
{
color: #B77FEE;
}
</style>
background-color css
<style>
a { background-color: #B77FEE; }
a { background-color: rgb(183,127,238); }
div.DivClassName
{
background-color: #B77FEE;
}
.BgClassName
{
background-color: #B77FEE;
}
</style>
border-color css
<style>
span { border-color: #B77FEE; }
span { border-color: rgb(183,127,238); }
td.TdClassName
{
border-color: #B77FEE;
}
.TagClassName
{
border-color: #B77FEE;
}
</style>