Shades of Biloba Flower #B27CE4
Tints of Biloba Flower #B27CE4
RGB
CMYK
RGB Variations
Color information
#B27CE4 (or 0xB27CE4) is known color: Biloba Flower. HEX triplet: B2, 7C and E4. RGB value is (178,124,228). Sum of RGB (Red+Green+Blue) = 178+124+228=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #B27CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CE4 is #4D831B. Grayscale: #979797. Windows color (decimal): -5079836 or 14974130. OLE color: 14974130.
HSL color Cylindrical-coordinate representation of color #B27CE4: hue angle of 271.15º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27CE4 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 124 | 228 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.11 |
| HSL | 271.15º | 0.66% | 0.69% | - |
| HSV(B) | 271.15º | 0.46% | 0.89% | - |
| XYZ | 39.57 | 29.48 | 77 | - |
| YUV | 152 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 228 | 0.22 | 0.46 | 0 | 0.11 | 271.15 | 0.66 | 0.69 |
| Hex | B2 | 7C | E4 | 16 | 2E | 0 | B | 10F | 42 | 45 |
| Octal | 262 | 174 | 344 | 26 | 56 | 0 | 13 | 417 | 102 | 105 |
| Binary | 10110010 | 1111100 | 11100100 | 10110 | 101110 | 0 | 1011 | 100001111 | 1000010 | 1000101 |
Color Harmonies of #B27CE4
Complementary color
Monochromatic Colors of #B27CE4
Black with #B27CE4
Text Example
Text Example
White with #B27CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CE4; }
p { color: rgb(178,124,228); }
H1.HeaderClassName
{
color: #B27CE4;
}
.AnyTagClassName
{
color: #B27CE4;
}
</style>
background-color css
<style>
a { background-color: #B27CE4; }
a { background-color: rgb(178,124,228); }
div.DivClassName
{
background-color: #B27CE4;
}
.BgClassName
{
background-color: #B27CE4;
}
</style>
border-color css
<style>
span { border-color: #B27CE4; }
span { border-color: rgb(178,124,228); }
td.TdClassName
{
border-color: #B27CE4;
}
.TagClassName
{
border-color: #B27CE4;
}
</style>