Shades of Biloba Flower #B68EDC
Tints of Biloba Flower #B68EDC
RGB
CMYK
RGB Variations
Color information
#B68EDC (or 0xB68EDC) is known color: Biloba Flower. HEX triplet: B6, 8E and DC. RGB value is (182,142,220). Sum of RGB (Red+Green+Blue) = 182+142+220=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDC is #497123. Grayscale: #A2A2A2. Windows color (decimal): -4813092 or 14454454. OLE color: 14454454.
HSL color Cylindrical-coordinate representation of color #B68EDC: hue angle of 270.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68EDC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 142 | 220 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.14 |
| HSL | 270.77º | 0.53% | 0.71% | - |
| HSV(B) | 270.77º | 0.35% | 0.86% | - |
| XYZ | 41.88 | 34.46 | 72.15 | - |
| YUV | 162.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 220 | 0.17 | 0.35 | 0 | 0.14 | 270.77 | 0.53 | 0.71 |
| Hex | B6 | 8E | DC | 11 | 23 | 0 | E | 10F | 35 | 47 |
| Octal | 266 | 216 | 334 | 21 | 43 | 0 | 16 | 417 | 65 | 107 |
| Binary | 10110110 | 10001110 | 11011100 | 10001 | 100011 | 0 | 1110 | 100001111 | 110101 | 1000111 |
Color Harmonies of #B68EDC
Complementary color
Monochromatic Colors of #B68EDC
Black with #B68EDC
Text Example
Text Example
White with #B68EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EDC; }
p { color: rgb(182,142,220); }
H1.HeaderClassName
{
color: #B68EDC;
}
.AnyTagClassName
{
color: #B68EDC;
}
</style>
background-color css
<style>
a { background-color: #B68EDC; }
a { background-color: rgb(182,142,220); }
div.DivClassName
{
background-color: #B68EDC;
}
.BgClassName
{
background-color: #B68EDC;
}
</style>
border-color css
<style>
span { border-color: #B68EDC; }
span { border-color: rgb(182,142,220); }
td.TdClassName
{
border-color: #B68EDC;
}
.TagClassName
{
border-color: #B68EDC;
}
</style>