Shades of Biloba Flower #B27DDD
Tints of Biloba Flower #B27DDD
RGB
CMYK
RGB Variations
Color information
#B27DDD (or 0xB27DDD) is known color: Biloba Flower. HEX triplet: B2, 7D and DD. RGB value is (178,125,221). Sum of RGB (Red+Green+Blue) = 178+125+221=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B27DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DDD is #4D8222. Grayscale: #979797. Windows color (decimal): -5079587 or 14515634. OLE color: 14515634.
HSL color Cylindrical-coordinate representation of color #B27DDD: hue angle of 273.12º degrees, saturation: 0.59, 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 #B27DDD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 125 | 221 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.13 |
| HSL | 273.13º | 0.59% | 0.68% | - |
| HSV(B) | 273.13º | 0.43% | 0.87% | - |
| XYZ | 38.74 | 29.35 | 72.03 | - |
| YUV | 151.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 221 | 0.19 | 0.43 | 0 | 0.13 | 273.13 | 0.59 | 0.68 |
| Hex | B2 | 7D | DD | 13 | 2B | 0 | D | 111 | 3B | 44 |
| Octal | 262 | 175 | 335 | 23 | 53 | 0 | 15 | 421 | 73 | 104 |
| Binary | 10110010 | 1111101 | 11011101 | 10011 | 101011 | 0 | 1101 | 100010001 | 111011 | 1000100 |
Color Harmonies of #B27DDD
Complementary color
Monochromatic Colors of #B27DDD
Black with #B27DDD
Text Example
Text Example
White with #B27DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DDD; }
p { color: rgb(178,125,221); }
H1.HeaderClassName
{
color: #B27DDD;
}
.AnyTagClassName
{
color: #B27DDD;
}
</style>
background-color css
<style>
a { background-color: #B27DDD; }
a { background-color: rgb(178,125,221); }
div.DivClassName
{
background-color: #B27DDD;
}
.BgClassName
{
background-color: #B27DDD;
}
</style>
border-color css
<style>
span { border-color: #B27DDD; }
span { border-color: rgb(178,125,221); }
td.TdClassName
{
border-color: #B27DDD;
}
.TagClassName
{
border-color: #B27DDD;
}
</style>