Shades of Biloba Flower #B27BDD
Tints of Biloba Flower #B27BDD
RGB
CMYK
RGB Variations
Color information
#B27BDD (or 0xB27BDD) is known color: Biloba Flower. HEX triplet: B2, 7B and DD. RGB value is (178,123,221). Sum of RGB (Red+Green+Blue) = 178+123+221=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B27BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BDD is #4D8422. Grayscale: #969696. Windows color (decimal): -5080099 or 14515122. OLE color: 14515122.
HSL color Cylindrical-coordinate representation of color #B27BDD: hue angle of 273.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27BDD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 123 | 221 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.13 |
| HSL | 273.67º | 0.59% | 0.67% | - |
| HSV(B) | 273.67º | 0.44% | 0.87% | - |
| XYZ | 38.49 | 28.85 | 71.95 | - |
| YUV | 150.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 221 | 0.19 | 0.44 | 0 | 0.13 | 273.67 | 0.59 | 0.67 |
| Hex | B2 | 7B | DD | 13 | 2C | 0 | D | 112 | 3B | 43 |
| Octal | 262 | 173 | 335 | 23 | 54 | 0 | 15 | 422 | 73 | 103 |
| Binary | 10110010 | 1111011 | 11011101 | 10011 | 101100 | 0 | 1101 | 100010010 | 111011 | 1000011 |
Color Harmonies of #B27BDD
Complementary color
Monochromatic Colors of #B27BDD
Black with #B27BDD
Text Example
Text Example
White with #B27BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BDD; }
p { color: rgb(178,123,221); }
H1.HeaderClassName
{
color: #B27BDD;
}
.AnyTagClassName
{
color: #B27BDD;
}
</style>
background-color css
<style>
a { background-color: #B27BDD; }
a { background-color: rgb(178,123,221); }
div.DivClassName
{
background-color: #B27BDD;
}
.BgClassName
{
background-color: #B27BDD;
}
</style>
border-color css
<style>
span { border-color: #B27BDD; }
span { border-color: rgb(178,123,221); }
td.TdClassName
{
border-color: #B27BDD;
}
.TagClassName
{
border-color: #B27BDD;
}
</style>