Shades of Biloba Flower #B67CDD
Tints of Biloba Flower #B67CDD
RGB
CMYK
RGB Variations
Color information
#B67CDD (or 0xB67CDD) is known color: Biloba Flower. HEX triplet: B6, 7C and DD. RGB value is (182,124,221). Sum of RGB (Red+Green+Blue) = 182+124+221=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B67CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CDD is #498322. Grayscale: #989898. Windows color (decimal): -4817699 or 14515382. OLE color: 14515382.
HSL color Cylindrical-coordinate representation of color #B67CDD: hue angle of 275.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67CDD is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 124 | 221 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.13 |
| HSL | 275.88º | 0.59% | 0.68% | - |
| HSV(B) | 275.88º | 0.44% | 0.87% | - |
| XYZ | 39.55 | 29.58 | 72.03 | - |
| YUV | 152.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 221 | 0.18 | 0.44 | 0 | 0.13 | 275.88 | 0.59 | 0.68 |
| Hex | B6 | 7C | DD | 12 | 2C | 0 | D | 114 | 3B | 44 |
| Octal | 266 | 174 | 335 | 22 | 54 | 0 | 15 | 424 | 73 | 104 |
| Binary | 10110110 | 1111100 | 11011101 | 10010 | 101100 | 0 | 1101 | 100010100 | 111011 | 1000100 |
Color Harmonies of #B67CDD
Complementary color
Monochromatic Colors of #B67CDD
Black with #B67CDD
Text Example
Text Example
White with #B67CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CDD; }
p { color: rgb(182,124,221); }
H1.HeaderClassName
{
color: #B67CDD;
}
.AnyTagClassName
{
color: #B67CDD;
}
</style>
background-color css
<style>
a { background-color: #B67CDD; }
a { background-color: rgb(182,124,221); }
div.DivClassName
{
background-color: #B67CDD;
}
.BgClassName
{
background-color: #B67CDD;
}
</style>
border-color css
<style>
span { border-color: #B67CDD; }
span { border-color: rgb(182,124,221); }
td.TdClassName
{
border-color: #B67CDD;
}
.TagClassName
{
border-color: #B67CDD;
}
</style>