Shades of Biloba Flower #B27FDF
Tints of Biloba Flower #B27FDF
RGB
CMYK
RGB Variations
Color information
#B27FDF (or 0xB27FDF) is known color: Biloba Flower. HEX triplet: B2, 7F and DF. RGB value is (178,127,223). Sum of RGB (Red+Green+Blue) = 178+127+223=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B27FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FDF is #4D8020. Grayscale: #989898. Windows color (decimal): -5079073 or 14647218. OLE color: 14647218.
HSL color Cylindrical-coordinate representation of color #B27FDF: hue angle of 271.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27FDF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 127 | 223 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 271.88º | 0.6% | 0.69% | - |
| HSV(B) | 271.88º | 0.43% | 0.87% | - |
| XYZ | 39.27 | 29.97 | 73.53 | - |
| YUV | 153.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 223 | 0.20 | 0.43 | 0 | 0.13 | 271.88 | 0.6 | 0.69 |
| Hex | B2 | 7F | DF | 14 | 2B | 0 | D | 110 | 3C | 45 |
| Octal | 262 | 177 | 337 | 24 | 53 | 0 | 15 | 420 | 74 | 105 |
| Binary | 10110010 | 1111111 | 11011111 | 10100 | 101011 | 0 | 1101 | 100010000 | 111100 | 1000101 |
Color Harmonies of #B27FDF
Complementary color
Monochromatic Colors of #B27FDF
Black with #B27FDF
Text Example
Text Example
White with #B27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FDF; }
p { color: rgb(178,127,223); }
H1.HeaderClassName
{
color: #B27FDF;
}
.AnyTagClassName
{
color: #B27FDF;
}
</style>
background-color css
<style>
a { background-color: #B27FDF; }
a { background-color: rgb(178,127,223); }
div.DivClassName
{
background-color: #B27FDF;
}
.BgClassName
{
background-color: #B27FDF;
}
</style>
border-color css
<style>
span { border-color: #B27FDF; }
span { border-color: rgb(178,127,223); }
td.TdClassName
{
border-color: #B27FDF;
}
.TagClassName
{
border-color: #B27FDF;
}
</style>