Shades of Biloba Flower #B27EDF
Tints of Biloba Flower #B27EDF
RGB
CMYK
RGB Variations
Color information
#B27EDF (or 0xB27EDF) is known color: Biloba Flower. HEX triplet: B2, 7E and DF. RGB value is (178,126,223). Sum of RGB (Red+Green+Blue) = 178+126+223=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B27EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EDF is #4D8120. Grayscale: #989898. Windows color (decimal): -5079329 or 14646962. OLE color: 14646962.
HSL color Cylindrical-coordinate representation of color #B27EDF: hue angle of 272.16º degrees, saturation: 0.6, 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 #B27EDF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 126 | 223 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 272.16º | 0.6% | 0.68% | - |
| HSV(B) | 272.16º | 0.43% | 0.87% | - |
| XYZ | 39.14 | 29.71 | 73.48 | - |
| YUV | 152.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 223 | 0.20 | 0.43 | 0 | 0.13 | 272.16 | 0.6 | 0.68 |
| Hex | B2 | 7E | DF | 14 | 2B | 0 | D | 110 | 3C | 44 |
| Octal | 262 | 176 | 337 | 24 | 53 | 0 | 15 | 420 | 74 | 104 |
| Binary | 10110010 | 1111110 | 11011111 | 10100 | 101011 | 0 | 1101 | 100010000 | 111100 | 1000100 |
Color Harmonies of #B27EDF
Complementary color
Monochromatic Colors of #B27EDF
Black with #B27EDF
Text Example
Text Example
White with #B27EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EDF; }
p { color: rgb(178,126,223); }
H1.HeaderClassName
{
color: #B27EDF;
}
.AnyTagClassName
{
color: #B27EDF;
}
</style>
background-color css
<style>
a { background-color: #B27EDF; }
a { background-color: rgb(178,126,223); }
div.DivClassName
{
background-color: #B27EDF;
}
.BgClassName
{
background-color: #B27EDF;
}
</style>
border-color css
<style>
span { border-color: #B27EDF; }
span { border-color: rgb(178,126,223); }
td.TdClassName
{
border-color: #B27EDF;
}
.TagClassName
{
border-color: #B27EDF;
}
</style>