Shades of Biloba Flower #B67FDC
Tints of Biloba Flower #B67FDC
RGB
CMYK
RGB Variations
Color information
#B67FDC (or 0xB67FDC) is known color: Biloba Flower. HEX triplet: B6, 7F and DC. RGB value is (182,127,220). Sum of RGB (Red+Green+Blue) = 182+127+220=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B67FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FDC is #498023. Grayscale: #999999. Windows color (decimal): -4816932 or 14450614. OLE color: 14450614.
HSL color Cylindrical-coordinate representation of color #B67FDC: hue angle of 275.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67FDC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 127 | 220 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.14 |
| HSL | 275.48º | 0.57% | 0.68% | - |
| HSV(B) | 275.48º | 0.42% | 0.86% | - |
| XYZ | 39.8 | 30.29 | 71.46 | - |
| YUV | 154.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 220 | 0.17 | 0.42 | 0 | 0.14 | 275.48 | 0.57 | 0.68 |
| Hex | B6 | 7F | DC | 11 | 2A | 0 | E | 113 | 39 | 44 |
| Octal | 266 | 177 | 334 | 21 | 52 | 0 | 16 | 423 | 71 | 104 |
| Binary | 10110110 | 1111111 | 11011100 | 10001 | 101010 | 0 | 1110 | 100010011 | 111001 | 1000100 |
Color Harmonies of #B67FDC
Complementary color
Monochromatic Colors of #B67FDC
Black with #B67FDC
Text Example
Text Example
White with #B67FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FDC; }
p { color: rgb(182,127,220); }
H1.HeaderClassName
{
color: #B67FDC;
}
.AnyTagClassName
{
color: #B67FDC;
}
</style>
background-color css
<style>
a { background-color: #B67FDC; }
a { background-color: rgb(182,127,220); }
div.DivClassName
{
background-color: #B67FDC;
}
.BgClassName
{
background-color: #B67FDC;
}
</style>
border-color css
<style>
span { border-color: #B67FDC; }
span { border-color: rgb(182,127,220); }
td.TdClassName
{
border-color: #B67FDC;
}
.TagClassName
{
border-color: #B67FDC;
}
</style>