Shades of Biloba Flower #B27DE3
Tints of Biloba Flower #B27DE3
RGB
CMYK
RGB Variations
Color information
#B27DE3 (or 0xB27DE3) is known color: Biloba Flower. HEX triplet: B2, 7D and E3. RGB value is (178,125,227). Sum of RGB (Red+Green+Blue) = 178+125+227=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #B27DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DE3 is #4D821C. Grayscale: #989898. Windows color (decimal): -5079581 or 14908850. OLE color: 14908850.
HSL color Cylindrical-coordinate representation of color #B27DE3: hue angle of 271.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27DE3 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 125 | 227 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.11 |
| HSL | 271.18º | 0.65% | 0.69% | - |
| HSV(B) | 271.18º | 0.45% | 0.89% | - |
| XYZ | 39.56 | 29.68 | 76.32 | - |
| YUV | 152.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 227 | 0.22 | 0.45 | 0 | 0.11 | 271.18 | 0.65 | 0.69 |
| Hex | B2 | 7D | E3 | 16 | 2D | 0 | B | 10F | 41 | 45 |
| Octal | 262 | 175 | 343 | 26 | 55 | 0 | 13 | 417 | 101 | 105 |
| Binary | 10110010 | 1111101 | 11100011 | 10110 | 101101 | 0 | 1011 | 100001111 | 1000001 | 1000101 |
Color Harmonies of #B27DE3
Complementary color
Monochromatic Colors of #B27DE3
Black with #B27DE3
Text Example
Text Example
White with #B27DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DE3; }
p { color: rgb(178,125,227); }
H1.HeaderClassName
{
color: #B27DE3;
}
.AnyTagClassName
{
color: #B27DE3;
}
</style>
background-color css
<style>
a { background-color: #B27DE3; }
a { background-color: rgb(178,125,227); }
div.DivClassName
{
background-color: #B27DE3;
}
.BgClassName
{
background-color: #B27DE3;
}
</style>
border-color css
<style>
span { border-color: #B27DE3; }
span { border-color: rgb(178,125,227); }
td.TdClassName
{
border-color: #B27DE3;
}
.TagClassName
{
border-color: #B27DE3;
}
</style>